Html Css Color HEX #72764A Siam

📋 copy color: '#72764A'

red 114 ◦ green 118 ◦ blue 74

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

Shades of Siam #72764A

Tints of Siam #72764A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.18%

R = 37.25%
G = 38.56%
B = 24.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#72764A (or 0x72764A) is known color: Siam. HEX triplet: 72, 76 and 4A. RGB value is (114,118,74). Sum of RGB (Red+Green+Blue) = 114+118+74=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 118 - color contains mainly: green. Hex color #72764A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72764A is #8D89B5. Grayscale: #6F6F6F. Windows color (decimal): -9275830 or 4879986. OLE color: 4879986.

HSL color Cylindrical-coordinate representation of color #72764A: hue angle of 65.45º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72764A is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 118 74 -
CMYK 0.03 0 0.37 0.54
HSL 65.45º 0.23% 0.38% -
HSV(B) 65.45º 0.37% 0.46% -
XYZ 14.65 17.03 8.99 -
YUV 111.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 114 118 74 0.03 0 0.37 0.54 65.45 0.23 0.38
Hex 72 76 4A 3 0 25 36 41 17 26
Octal 162 166 112 3 0 45 66 101 27 46
Binary 1110010 1110110 1001010 11 0 100101 110110 1000001 10111 100110

Color Harmonies of #72764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72764A

Black with #72764A

Text Example


Text Example

White with #72764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72764A; }

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

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

background-color css

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

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

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

border-color css

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

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

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