Html Css Color HEX #727031 Crete

📋 copy color: '#727031'

red 114 ◦ green 112 ◦ blue 49

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

Shades of Crete #727031

Tints of Crete #727031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.82%

R = 41.45%
G = 40.73%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#727031 (or 0x727031) is known color: Crete. HEX triplet: 72, 70 and 31. RGB value is (114,112,49). Sum of RGB (Red+Green+Blue) = 114+112+49=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #727031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727031 is #8D8FCE. Grayscale: #696969. Windows color (decimal): -9277391 or 3240050. OLE color: 3240050.

HSL color Cylindrical-coordinate representation of color #727031: hue angle of 58.15º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #727031 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 112 49 -
CMYK 0 0.02 0.57 0.55
HSL 58.15º 0.4% 0.32% -
HSV(B) 58.15º 0.57% 0.45% -
XYZ 13.29 15.39 5.18 -
YUV 105.42 96.16 134.12 -
System Red Green Blue C M Y K H S L
Decimal 114 112 49 0 0.02 0.57 0.55 58.15 0.4 0.32
Hex 72 70 31 0 2 39 37 3A 28 20
Octal 162 160 61 0 2 71 67 72 50 40
Binary 1110010 1110000 110001 0 10 111001 110111 111010 101000 100000

Color Harmonies of #727031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727031

Black with #727031

Text Example


Text Example

White with #727031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727031; }

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

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

background-color css

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

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

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

border-color css

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

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

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