#72645C

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

Shades of Dorado #72645C

Tints of Dorado #72645C

Color information

#72645C (or 0x72645C) is unknown color: approx Dorado. HEX triplet: 72, 64 and 5C. RGB value is (114,100,92). Sum of RGB (Red+Green+Blue) = 114+100+92=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #72645C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72645C is #8D9BA3. Grayscale: #676767. Windows color (decimal): -9280420 or 6055026. OLE color: 6055026.

HSL color Cylindrical-coordinate representation of color #72645C: hue angle of 21.82º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #72645C is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB11410092-
CMYK00.120.190.55
HSL21.82º10.68%40.39%-
HSV(B)21.82º19.3%44.71%-
XYZ13.4313.4612.02-
YUV103.27121.64135.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.25%
GREEN value IS 100 (39.45% from 255) = 32.68%
BLUE value IS 92 (36.33% from 255) = 30.07%
R=37.25%
G=32.68%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141009200.120.190.5521.8210.6840.39
Hex72645C0C133716b28
Octal1621441340142367261350
Binary1110010110010010111000110010011110111101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,100,92); }

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

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

 a { background-color: rgb(114,100,92); }

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

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

 span { border-color: rgb(114,100,92); }

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