#7F354E

Color #7F354E Camelot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camelot #7F354E

Tints of Camelot #7F354E

Color information

#7F354E (or 0x7F354E) is unknown color: approx Camelot. HEX triplet: 7F, 35 and 4E. RGB value is (127,53,78). Sum of RGB (Red+Green+Blue) = 127+53+78=258 (34% of max value = 765). Red value is 127 (50% from 255 or 49.22% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 127 - color contains mainly: red. Hex color #7F354E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F354E is #80CAB1. Grayscale: #4D4D4D. Windows color (decimal): -8440498 or 5125503. OLE color: 5125503.

HSL color Cylindrical-coordinate representation of color #7F354E: hue angle of 339.73º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F354E is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB1275378-
CMYK00.580.390.50
HSL339.73º41.11%35.29%-
HSV(B)339.73º58.27%49.8%-
XYZ11.47.618.08-
YUV77.98128.02162.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 49.22%
GREEN value IS 53 (21.09% from 255) = 20.54%
BLUE value IS 78 (30.86% from 255) = 30.23%
R=49.22%
G=20.54%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127537800.580.390.50339.7341.1135.29
Hex7F354E03A27321542923
Octal1776511607247625245143
Binary111111111010110011100111010100111110010101010100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F354E; }

 p { color: rgb(127,53,78); }

 H1.HeaderClassName
 {
   color: #7F354E;
 }
 .AnyTagClassName
 {
   color: #7F354E;
 }
</style>
background-color css

<style>
 a { background-color: #7F354E; }

 a { background-color: rgb(127,53,78); }

 div.DivClassName
 {
   background-color: #7F354E;
 }
 .BgClassName
 {
   background-color: #7F354E;
 }
</style>
border-color css

<style>
 span { border-color: #7F354E; }

 span { border-color: rgb(127,53,78); }

 td.TdClassName
 {
   border-color: #7F354E;
 }
 .TagClassName
 {
   border-color: #7F354E;
 }
</style>