#72753A

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

Shades of Crete #72753A

Tints of Crete #72753A

Color information

#72753A (or 0x72753A) is unknown color: approx Crete. HEX triplet: 72, 75 and 3A. RGB value is (114,117,58). Sum of RGB (Red+Green+Blue) = 114+117+58=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 117 - color contains mainly: green. Hex color #72753A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72753A is #8D8AC5. Grayscale: #6D6D6D. Windows color (decimal): -9276102 or 3831154. OLE color: 3831154.

HSL color Cylindrical-coordinate representation of color #72753A: hue angle of 63.05º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72753A is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB11411758-
CMYK0.0300.500.54
HSL63.05º33.71%34.31%-
HSV(B)63.05º50.43%45.88%-
XYZ14.0616.616.47-
YUV109.3899.01131.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.45%
GREEN value IS 117 (46.09% from 255) = 40.48%
BLUE value IS 58 (23.05% from 255) = 20.07%
R=39.45%
G=40.48%
B=20.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114117580.0300.500.5463.0533.7134.31
Hex72753A3032363f2222
Octal16216572306266774242
Binary11100101110101111010110110010110110111111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72753A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72753A; }

 p { color: rgb(114,117,58); }

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

<style>
 a { background-color: #72753A; }

 a { background-color: rgb(114,117,58); }

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

<style>
 span { border-color: #72753A; }

 span { border-color: rgb(114,117,58); }

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