Html Css Color HEX #727136 Crete

📋 copy color: '#727136'

red 114 ◦ green 113 ◦ blue 54

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

Shades of Crete #727136

Tints of Crete #727136

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.21%

 BLUE value IS 54 (21.48% from 255) = 19.22%

R = 40.57%
G = 40.21%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#727136 (or 0x727136) is known color: Crete. HEX triplet: 72, 71 and 36. RGB value is (114,113,54). Sum of RGB (Red+Green+Blue) = 114+113+54=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #727136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727136 is #8D8EC9. Grayscale: #6A6A6A. Windows color (decimal): -9277130 or 3567986. OLE color: 3567986.

HSL color Cylindrical-coordinate representation of color #727136: hue angle of 59º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #727136 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 113 54 -
CMYK 0 0.01 0.53 0.55
HSL 59º 0.36% 0.33% -
HSV(B) 59º 0.53% 0.45% -
XYZ 13.51 15.65 5.8 -
YUV 106.57 98.33 133.3 -
System Red Green Blue C M Y K H S L
Decimal 114 113 54 0 0.01 0.53 0.55 59 0.36 0.33
Hex 72 71 36 0 1 35 37 3B 24 21
Octal 162 161 66 0 1 65 67 73 44 41
Binary 1110010 1110001 110110 0 1 110101 110111 111011 100100 100001

Color Harmonies of #727136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727136

Black with #727136

Text Example


Text Example

White with #727136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727136; }

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

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

background-color css

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

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

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

border-color css

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

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

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