#72404C

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

Shades of Camelot #72404C

Tints of Camelot #72404C

Color information

#72404C (or 0x72404C) is unknown color: approx Camelot. HEX triplet: 72, 40 and 4C. RGB value is (114,64,76). Sum of RGB (Red+Green+Blue) = 114+64+76=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #72404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72404C is #8DBFB3. Grayscale: #505050. Windows color (decimal): -9289652 or 4997234. OLE color: 4997234.

HSL color Cylindrical-coordinate representation of color #72404C: hue angle of 345.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72404C is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB1146476-
CMYK00.440.330.55
HSL345.6º28.09%34.9%-
HSV(B)345.6º43.86%44.71%-
XYZ10.087.777.81-
YUV80.32125.56152.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 64 (25.39% from 255) = 25.20%
BLUE value IS 76 (30.08% from 255) = 29.92%
R=44.88%
G=25.20%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114647600.440.330.55345.628.0934.9
Hex72404C02C213715a1c23
Octal16210011405441675323443
Binary111001010000001001100010110010000111011110101101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72404C; }

 p { color: rgb(114,64,76); }

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

<style>
 a { background-color: #72404C; }

 a { background-color: rgb(114,64,76); }

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

<style>
 span { border-color: #72404C; }

 span { border-color: rgb(114,64,76); }

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