#726F3C

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

Shades of Crete #726F3C

Tints of Crete #726F3C

Color information

#726F3C (or 0x726F3C) is unknown color: approx Crete. HEX triplet: 72, 6F and 3C. RGB value is (114,111,60). Sum of RGB (Red+Green+Blue) = 114+111+60=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 114 - color contains mainly: red. Hex color #726F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F3C is #8D90C3. Grayscale: #6A6A6A. Windows color (decimal): -9277636 or 3960690. OLE color: 3960690.

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

Color convert

RGB11411160-
CMYK00.030.470.55
HSL56.67º31.03%34.12%-
HSV(B)56.67º47.37%44.71%-
XYZ13.4415.276.51-
YUV106.08101.99133.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40%
GREEN value IS 111 (43.75% from 255) = 38.95%
BLUE value IS 60 (23.83% from 255) = 21.05%
R=40%
G=38.95%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141116000.030.470.5556.6731.0334.12
Hex726F3C032F37391f22
Octal16215774035767713742
Binary1110010110111111110001110111111011111100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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