Html Css Color HEX #727642 Siam

📋 copy color: '#727642'

red 114 ◦ green 118 ◦ blue 66

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

Shades of Siam #727642

Tints of Siam #727642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.15%

R = 38.26%
G = 39.6%
B = 22.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#727642 (or 0x727642) is known color: Siam. HEX triplet: 72, 76 and 42. RGB value is (114,118,66). Sum of RGB (Red+Green+Blue) = 114+118+66=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 118 - color contains mainly: green. Hex color #727642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727642 is #8D89BD. Grayscale: #6F6F6F. Windows color (decimal): -9275838 or 4355698. OLE color: 4355698.

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

Color convert

RGB 114 118 66 -
CMYK 0.03 0 0.44 0.54
HSL 64.62º 0.28% 0.36% -
HSV(B) 64.62º 0.44% 0.46% -
XYZ 14.4 16.93 7.66 -
YUV 110.88 102.67 130.23 -
System Red Green Blue C M Y K H S L
Decimal 114 118 66 0.03 0 0.44 0.54 64.62 0.28 0.36
Hex 72 76 42 3 0 2C 36 41 1C 24
Octal 162 166 102 3 0 54 66 101 34 44
Binary 1110010 1110110 1000010 11 0 101100 110110 1000001 11100 100100

Color Harmonies of #727642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727642

Black with #727642

Text Example


Text Example

White with #727642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727642; }

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

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

background-color css

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

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

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

border-color css

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

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

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