Html Css Color HEX #727634 Crete

📋 copy color: '#727634'

red 114 ◦ green 118 ◦ blue 52

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

Shades of Crete #727634

Tints of Crete #727634

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.55%

 BLUE value IS 52 (20.7% from 255) = 18.31%

R = 40.14%
G = 41.55%
B = 18.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#727634 (or 0x727634) is known color: Crete. HEX triplet: 72, 76 and 34. RGB value is (114,118,52). Sum of RGB (Red+Green+Blue) = 114+118+52=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 118 - color contains mainly: green. Hex color #727634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727634 is #8D89CB. Grayscale: #6D6D6D. Windows color (decimal): -9275852 or 3438194. OLE color: 3438194.

HSL color Cylindrical-coordinate representation of color #727634: hue angle of 63.64º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #727634 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 118 52 -
CMYK 0.03 0 0.56 0.54
HSL 63.64º 0.39% 0.33% -
HSV(B) 63.64º 0.56% 0.46% -
XYZ 14.04 16.78 5.75 -
YUV 109.28 95.67 131.37 -
System Red Green Blue C M Y K H S L
Decimal 114 118 52 0.03 0 0.56 0.54 63.64 0.39 0.33
Hex 72 76 34 3 0 38 36 40 27 21
Octal 162 166 64 3 0 70 66 100 47 41
Binary 1110010 1110110 110100 11 0 111000 110110 1000000 100111 100001

Color Harmonies of #727634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727634

Black with #727634

Text Example


Text Example

White with #727634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727634; }

 p { color: rgb(114,118,52); }

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

background-color css

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

 a { background-color: rgb(114,118,52); }

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

border-color css

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

 span { border-color: rgb(114,118,52); }

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