Html Css Color HEX #727432 Crete

📋 copy color: '#727432'

red 114 ◦ green 116 ◦ blue 50

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

Shades of Crete #727432

Tints of Crete #727432

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.43%

 BLUE value IS 50 (19.92% from 255) = 17.86%

R = 40.71%
G = 41.43%
B = 17.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#727432 (or 0x727432) is known color: Crete. HEX triplet: 72, 74 and 32. RGB value is (114,116,50). Sum of RGB (Red+Green+Blue) = 114+116+50=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 116 - color contains mainly: green. Hex color #727432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727432 is #8D8BCD. Grayscale: #6C6C6C. Windows color (decimal): -9276366 or 3306610. OLE color: 3306610.

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

Color convert

RGB 114 116 50 -
CMYK 0.02 0 0.57 0.55
HSL 61.82º 0.4% 0.33% -
HSV(B) 61.82º 0.57% 0.45% -
XYZ 13.76 16.3 5.44 -
YUV 107.88 95.34 132.37 -
System Red Green Blue C M Y K H S L
Decimal 114 116 50 0.02 0 0.57 0.55 61.82 0.4 0.33
Hex 72 74 32 2 0 39 37 3E 28 21
Octal 162 164 62 2 0 71 67 76 50 41
Binary 1110010 1110100 110010 10 0 111001 110111 111110 101000 100001

Color Harmonies of #727432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727432

Black with #727432

Text Example


Text Example

White with #727432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727432; }

 p { color: rgb(114,116,50); }

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

background-color css

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

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

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

border-color css

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

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

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