Html Css Color HEX #727842 Siam

📋 copy color: '#727842'

red 114 ◦ green 120 ◦ blue 66

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

Shades of Siam #727842

Tints of Siam #727842

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40%

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

R = 38%
G = 40%
B = 22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#727842 (or 0x727842) is known color: Siam. HEX triplet: 72, 78 and 42. RGB value is (114,120,66). Sum of RGB (Red+Green+Blue) = 114+120+66=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #727842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727842 is #8D87BD. Grayscale: #707070. Windows color (decimal): -9275326 or 4356210. OLE color: 4356210.

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

Color convert

RGB 114 120 66 -
CMYK 0.05 0 0.45 0.53
HSL 66.67º 0.29% 0.36% -
HSV(B) 66.67º 0.45% 0.47% -
XYZ 14.64 17.4 7.74 -
YUV 112.05 102.01 129.39 -
System Red Green Blue C M Y K H S L
Decimal 114 120 66 0.05 0 0.45 0.53 66.67 0.29 0.36
Hex 72 78 42 5 0 2D 35 43 1D 24
Octal 162 170 102 5 0 55 65 103 35 44
Binary 1110010 1111000 1000010 101 0 101101 110101 1000011 11101 100100

Color Harmonies of #727842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727842

Black with #727842

Text Example


Text Example

White with #727842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727842; }

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

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

background-color css

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

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

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

border-color css

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

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

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