#72454F

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

Shades of Camelot #72454F

Tints of Camelot #72454F

Color information

#72454F (or 0x72454F) is unknown color: approx Camelot. HEX triplet: 72, 45 and 4F. RGB value is (114,69,79). Sum of RGB (Red+Green+Blue) = 114+69+79=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #72454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72454F is #8DBAB0. Grayscale: #535353. Windows color (decimal): -9288369 or 5195122. OLE color: 5195122.

HSL color Cylindrical-coordinate representation of color #72454F: hue angle of 346.67º 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 #72454F is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1146979-
CMYK00.390.310.55
HSL346.67º24.59%35.88%-
HSV(B)346.67º39.47%44.71%-
XYZ10.488.48.47-
YUV83.6125.41149.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 69 (27.34% from 255) = 26.34%
BLUE value IS 79 (31.25% from 255) = 30.15%
R=43.51%
G=26.34%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114697900.390.310.55346.6724.5935.88
Hex72454F0271F3715b1924
Octal16210511704737675333144
Binary11100101000101100111101001111111111011110101101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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