#72454E

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

Shades of Camelot #72454E

Tints of Camelot #72454E

Color information

#72454E (or 0x72454E) is unknown color: approx Camelot. HEX triplet: 72, 45 and 4E. RGB value is (114,69,78). Sum of RGB (Red+Green+Blue) = 114+69+78=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #72454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72454E is #8DBAB1. Grayscale: #535353. Windows color (decimal): -9288370 or 5129586. OLE color: 5129586.

HSL color Cylindrical-coordinate representation of color #72454E: hue angle of 348º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72454E is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1146978-
CMYK00.390.320.55
HSL348º24.59%35.88%-
HSV(B)348º39.47%44.71%-
XYZ10.448.388.28-
YUV83.48124.91149.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.68%
GREEN value IS 69 (27.34% from 255) = 26.44%
BLUE value IS 78 (30.86% from 255) = 29.89%
R=43.68%
G=26.44%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114697800.390.320.5534824.5935.88
Hex72454E027203715c1924
Octal16210511604740675343144
Binary111001010001011001110010011110000011011110101110011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72454E; }

 p { color: rgb(114,69,78); }

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

<style>
 a { background-color: #72454E; }

 a { background-color: rgb(114,69,78); }

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

<style>
 span { border-color: #72454E; }

 span { border-color: rgb(114,69,78); }

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