Html Css Color HEX #727734 Crete

📋 copy color: '#727734'

red 114 ◦ green 119 ◦ blue 52

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

Shades of Crete #727734

Tints of Crete #727734

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.75%

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

R = 40%
G = 41.75%
B = 18.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#727734 (or 0x727734) is known color: Crete. HEX triplet: 72, 77 and 34. RGB value is (114,119,52). Sum of RGB (Red+Green+Blue) = 114+119+52=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 119 - color contains mainly: green. Hex color #727734 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727734 is #8D88CB. Grayscale: #6E6E6E. Windows color (decimal): -9275596 or 3438450. OLE color: 3438450.

HSL color Cylindrical-coordinate representation of color #727734: hue angle of 64.48º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #727734 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 119 52 -
CMYK 0.04 0 0.56 0.53
HSL 64.48º 0.39% 0.34% -
HSV(B) 64.48º 0.56% 0.47% -
XYZ 14.16 17.02 5.79 -
YUV 109.87 95.34 130.95 -
System Red Green Blue C M Y K H S L
Decimal 114 119 52 0.04 0 0.56 0.53 64.48 0.39 0.34
Hex 72 77 34 4 0 38 35 40 27 22
Octal 162 167 64 4 0 70 65 100 47 42
Binary 1110010 1110111 110100 100 0 111000 110101 1000000 100111 100010

Color Harmonies of #727734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727734

Black with #727734

Text Example


Text Example

White with #727734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727734; }

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

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

background-color css

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

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

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

border-color css

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

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

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