Html Css Color HEX #727232 Crete

📋 copy color: '#727232'

red 114 ◦ green 114 ◦ blue 50

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

Shades of Crete #727232

Tints of Crete #727232

RGB

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

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

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

R = 41.01%
G = 41.01%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#727232 (or 0x727232) is known color: Crete. HEX triplet: 72, 72 and 32. RGB value is (114,114,50). Sum of RGB (Red+Green+Blue) = 114+114+50=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727232 is #8D8DCD. Grayscale: #6A6A6A. Windows color (decimal): -9276878 or 3306098. OLE color: 3306098.

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

Color convert

RGB 114 114 50 -
CMYK 0 0 0.56 0.55
HSL 60º 0.39% 0.32% -
HSV(B) 60º 0.56% 0.45% -
XYZ 13.53 15.84 5.36 -
YUV 106.7 96 133.2 -
System Red Green Blue C M Y K H S L
Decimal 114 114 50 0 0 0.56 0.55 60 0.39 0.32
Hex 72 72 32 0 0 38 37 3C 27 20
Octal 162 162 62 0 0 70 67 74 47 40
Binary 1110010 1110010 110010 0 0 111000 110111 111100 100111 100000

Color Harmonies of #727232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727232

Black with #727232

Text Example


Text Example

White with #727232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727232; }

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

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

background-color css

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

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

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

border-color css

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

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

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