Html Css Color HEX #727039 Crete

📋 copy color: '#727039'

red 114 ◦ green 112 ◦ blue 57

#727039
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crete #727039

Tints of Crete #727039

RGB

 RED value IS 114 (44.92% from 255) = 40.28%

 GREEN value IS 112 (44.14% from 255) = 39.58%

 BLUE value IS 57 (22.66% from 255) = 20.14%

R = 40.28%
G = 39.58%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#727039 (or 0x727039) is known color: Crete. HEX triplet: 72, 70 and 39. RGB value is (114,112,57). Sum of RGB (Red+Green+Blue) = 114+112+57=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #727039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727039 is #8D8FC6. Grayscale: #6A6A6A. Windows color (decimal): -9277383 or 3764338. OLE color: 3764338.

HSL color Cylindrical-coordinate representation of color #727039: hue angle of 57.89º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #727039 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 112 57 -
CMYK 0 0.02 0.50 0.55
HSL 57.89º 0.33% 0.34% -
HSV(B) 57.89º 0.5% 0.45% -
XYZ 13.47 15.46 6.15 -
YUV 106.33 100.16 133.47 -
System Red Green Blue C M Y K H S L
Decimal 114 112 57 0 0.02 0.50 0.55 57.89 0.33 0.34
Hex 72 70 39 0 2 32 37 3A 21 22
Octal 162 160 71 0 2 62 67 72 41 42
Binary 1110010 1110000 111001 0 10 110010 110111 111010 100001 100010

Color Harmonies of #727039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727039

Black with #727039

Text Example


Text Example

White with #727039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727039; }

 p { color: rgb(114,112,57); }

 H1.HeaderClassName
 {
   color: #727039;
 }
 .AnyTagClassName
 {
   color: #727039;
 }
</style>

background-color css

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

 a { background-color: rgb(114,112,57); }

 div.DivClassName
 {
   background-color: #727039;
 }
 .BgClassName
 {
   background-color: #727039;
 }
</style>

border-color css

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

 span { border-color: rgb(114,112,57); }

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