#72665F

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

Shades of Dorado #72665F

Tints of Dorado #72665F

Color information

#72665F (or 0x72665F) is unknown color: approx Dorado. HEX triplet: 72, 66 and 5F. RGB value is (114,102,95). Sum of RGB (Red+Green+Blue) = 114+102+95=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 114 - color contains mainly: red. Hex color #72665F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72665F is #8D99A0. Grayscale: #686868. Windows color (decimal): -9279905 or 6252146. OLE color: 6252146.

HSL color Cylindrical-coordinate representation of color #72665F: hue angle of 22.11º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #72665F is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB11410295-
CMYK00.110.170.55
HSL22.11º9.09%40.98%-
HSV(B)22.11º16.67%44.71%-
XYZ13.7613.9112.79-
YUV104.79122.48134.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.66%
GREEN value IS 102 (40.23% from 255) = 32.80%
BLUE value IS 95 (37.5% from 255) = 30.55%
R=36.66%
G=32.80%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141029500.110.170.5522.119.0940.98
Hex72665F0B113716929
Octal1621461370132167261151
Binary1110010110011010111110101110001110111101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,102,95); }

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

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

 a { background-color: rgb(114,102,95); }

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

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

 span { border-color: rgb(114,102,95); }

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