Html Css Color HEX #727942 Siam

📋 copy color: '#727942'

red 114 ◦ green 121 ◦ blue 66

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

Shades of Siam #727942

Tints of Siam #727942

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.2%

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

R = 37.87%
G = 40.2%
B = 21.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#727942 (or 0x727942) is known color: Siam. HEX triplet: 72, 79 and 42. RGB value is (114,121,66). Sum of RGB (Red+Green+Blue) = 114+121+66=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 121 - color contains mainly: green. Hex color #727942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727942 is #8D86BD. Grayscale: #707070. Windows color (decimal): -9275070 or 4356466. OLE color: 4356466.

HSL color Cylindrical-coordinate representation of color #727942: hue angle of 67.64º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #727942 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 121 66 -
CMYK 0.06 0 0.45 0.53
HSL 67.64º 0.29% 0.37% -
HSV(B) 67.64º 0.45% 0.47% -
XYZ 14.76 17.65 7.78 -
YUV 112.64 101.68 128.97 -
System Red Green Blue C M Y K H S L
Decimal 114 121 66 0.06 0 0.45 0.53 67.64 0.29 0.37
Hex 72 79 42 6 0 2D 35 44 1D 25
Octal 162 171 102 6 0 55 65 104 35 45
Binary 1110010 1111001 1000010 110 0 101101 110101 1000100 11101 100101

Color Harmonies of #727942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727942

Black with #727942

Text Example


Text Example

White with #727942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727942; }

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

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

background-color css

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

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

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

border-color css

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

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

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