#72713C

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

Shades of Crete #72713C

Tints of Crete #72713C

Color information

#72713C (or 0x72713C) is unknown color: approx Crete. HEX triplet: 72, 71 and 3C. RGB value is (114,113,60). Sum of RGB (Red+Green+Blue) = 114+113+60=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #72713C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72713C is #8D8EC3. Grayscale: #6B6B6B. Windows color (decimal): -9277124 or 3961202. OLE color: 3961202.

HSL color Cylindrical-coordinate representation of color #72713C: hue angle of 58.89º 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 #72713C is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB11411360-
CMYK00.010.470.55
HSL58.89º31.03%34.12%-
HSV(B)58.89º47.37%44.71%-
XYZ13.6615.716.59-
YUV107.26101.33132.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.72%
GREEN value IS 113 (44.53% from 255) = 39.37%
BLUE value IS 60 (23.83% from 255) = 20.91%
R=39.72%
G=39.37%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141136000.010.470.5558.8931.0334.12
Hex72713C012F373b1f22
Octal16216174015767733742
Binary111001011100011111000110111111011111101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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