Html Css Color HEX #727234 Crete

📋 copy color: '#727234'

red 114 ◦ green 114 ◦ blue 52

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

Shades of Crete #727234

Tints of Crete #727234

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.71%

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

R = 40.71%
G = 40.71%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#727234 (or 0x727234) is known color: Crete. HEX triplet: 72, 72 and 34. RGB value is (114,114,52). Sum of RGB (Red+Green+Blue) = 114+114+52=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727234 is #8D8DCB. Grayscale: #6B6B6B. Windows color (decimal): -9276876 or 3437170. OLE color: 3437170.

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

Color convert

RGB 114 114 52 -
CMYK 0 0 0.54 0.55
HSL 60º 0.37% 0.33% -
HSV(B) 60º 0.54% 0.45% -
XYZ 13.58 15.86 5.59 -
YUV 106.93 97 133.04 -
System Red Green Blue C M Y K H S L
Decimal 114 114 52 0 0 0.54 0.55 60 0.37 0.33
Hex 72 72 34 0 0 36 37 3C 25 21
Octal 162 162 64 0 0 66 67 74 45 41
Binary 1110010 1110010 110100 0 0 110110 110111 111100 100101 100001

Color Harmonies of #727234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727234

Black with #727234

Text Example


Text Example

White with #727234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727234; }

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

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

background-color css

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

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

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

border-color css

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

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

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