#726F37

Color #726F37 Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #726F37

Tints of Crete #726F37

Color information

#726F37 (or 0x726F37) is unknown color: approx Crete. HEX triplet: 72, 6F and 37. RGB value is (114,111,55). Sum of RGB (Red+Green+Blue) = 114+111+55=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #726F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F37 is #8D90C8. Grayscale: #696969. Windows color (decimal): -9277641 or 3633010. OLE color: 3633010.

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

Color convert

RGB11411155-
CMYK00.030.520.55
HSL56.95º34.91%33.14%-
HSV(B)56.95º51.75%44.71%-
XYZ13.3115.225.85-
YUV105.5199.49134.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.71%
GREEN value IS 111 (43.75% from 255) = 39.64%
BLUE value IS 55 (21.88% from 255) = 19.64%
R=40.71%
G=39.64%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141115500.030.520.5556.9534.9133.14
Hex726F37033437392321
Octal16215767036467714341
Binary11100101101111110111011110100110111111001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726F37; }

 p { color: rgb(114,111,55); }

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

<style>
 a { background-color: #726F37; }

 a { background-color: rgb(114,111,55); }

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

<style>
 span { border-color: #726F37; }

 span { border-color: rgb(114,111,55); }

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