Html Css Color HEX #70774A Siam

📋 copy color: '#70774A'

red 112 ◦ green 119 ◦ blue 74

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

Shades of Siam #70774A

Tints of Siam #70774A

RGB

 RED value IS 112 (44.14% from 255) = 36.72%

 GREEN value IS 119 (46.88% from 255) = 39.02%

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

R = 36.72%
G = 39.02%
B = 24.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#70774A (or 0x70774A) is known color: Siam. HEX triplet: 70, 77 and 4A. RGB value is (112,119,74). Sum of RGB (Red+Green+Blue) = 112+119+74=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 119 - color contains mainly: green. Hex color #70774A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70774A is #8F88B5. Grayscale: #6F6F6F. Windows color (decimal): -9406646 or 4880240. OLE color: 4880240.

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

Color convert

RGB 112 119 74 -
CMYK 0.06 0 0.38 0.53
HSL 69.33º 0.23% 0.38% -
HSV(B) 69.33º 0.38% 0.47% -
XYZ 14.51 17.13 9.02 -
YUV 111.78 106.68 128.16 -
System Red Green Blue C M Y K H S L
Decimal 112 119 74 0.06 0 0.38 0.53 69.33 0.23 0.38
Hex 70 77 4A 6 0 26 35 45 17 26
Octal 160 167 112 6 0 46 65 105 27 46
Binary 1110000 1110111 1001010 110 0 100110 110101 1000101 10111 100110

Color Harmonies of #70774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70774A

Black with #70774A

Text Example


Text Example

White with #70774A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,119,74); }

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

background-color css

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

 a { background-color: rgb(112,119,74); }

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

border-color css

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

 span { border-color: rgb(112,119,74); }

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