#72414C

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

Shades of Camelot #72414C

Tints of Camelot #72414C

Color information

#72414C (or 0x72414C) is unknown color: approx Camelot. HEX triplet: 72, 41 and 4C. RGB value is (114,65,76). Sum of RGB (Red+Green+Blue) = 114+65+76=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #72414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72414C is #8DBEB3. Grayscale: #505050. Windows color (decimal): -9289396 or 4997490. OLE color: 4997490.

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

Color convert

RGB1146576-
CMYK00.430.330.55
HSL346.53º27.37%35.1%-
HSV(B)346.53º42.98%44.71%-
XYZ10.137.887.82-
YUV80.9125.23151.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.71%
GREEN value IS 65 (25.78% from 255) = 25.49%
BLUE value IS 76 (30.08% from 255) = 29.80%
R=44.71%
G=25.49%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114657600.430.330.55346.5327.3735.1
Hex72414C02B213715b1b23
Octal16210111405341675333343
Binary111001010000011001100010101110000111011110101101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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