Html Css Color HEX #727037 Crete

📋 copy color: '#727037'

red 114 ◦ green 112 ◦ blue 55

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

Shades of Crete #727037

Tints of Crete #727037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.57%

R = 40.57%
G = 39.86%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#727037 (or 0x727037) is known color: Crete. HEX triplet: 72, 70 and 37. RGB value is (114,112,55). Sum of RGB (Red+Green+Blue) = 114+112+55=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #727037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727037 is #8D8FC8. Grayscale: #6A6A6A. Windows color (decimal): -9277385 or 3633266. OLE color: 3633266.

HSL color Cylindrical-coordinate representation of color #727037: hue angle of 57.97º 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 #727037 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 112 55 -
CMYK 0 0.02 0.52 0.55
HSL 57.97º 0.35% 0.33% -
HSV(B) 57.97º 0.52% 0.45% -
XYZ 13.42 15.44 5.89 -
YUV 106.1 99.16 133.63 -
System Red Green Blue C M Y K H S L
Decimal 114 112 55 0 0.02 0.52 0.55 57.97 0.35 0.33
Hex 72 70 37 0 2 34 37 3A 23 21
Octal 162 160 67 0 2 64 67 72 43 41
Binary 1110010 1110000 110111 0 10 110100 110111 111010 100011 100001

Color Harmonies of #727037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727037

Black with #727037

Text Example


Text Example

White with #727037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727037; }

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

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

background-color css

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

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

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

border-color css

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

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

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