Html Css Color HEX #70714D Siam

📋 copy color: '#70714D'

red 112 ◦ green 113 ◦ blue 77

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

Shades of Siam #70714D

Tints of Siam #70714D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.42%

 BLUE value IS 77 (30.47% from 255) = 25.5%

R = 37.09%
G = 37.42%
B = 25.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#70714D (or 0x70714D) is known color: Siam. HEX triplet: 70, 71 and 4D. RGB value is (112,113,77). Sum of RGB (Red+Green+Blue) = 112+113+77=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 113 - color contains mainly: green. Hex color #70714D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70714D is #8F8EB2. Grayscale: #6C6C6C. Windows color (decimal): -9408179 or 5075312. OLE color: 5075312.

HSL color Cylindrical-coordinate representation of color #70714D: hue angle of 61.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #70714D is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 113 77 -
CMYK 0.01 0 0.32 0.56
HSL 61.67º 0.19% 0.37% -
HSV(B) 61.67º 0.32% 0.44% -
XYZ 13.93 15.79 9.34 -
YUV 108.6 110.17 130.43 -
System Red Green Blue C M Y K H S L
Decimal 112 113 77 0.01 0 0.32 0.56 61.67 0.19 0.37
Hex 70 71 4D 1 0 20 38 3E 13 25
Octal 160 161 115 1 0 40 70 76 23 45
Binary 1110000 1110001 1001101 1 0 100000 111000 111110 10011 100101

Color Harmonies of #70714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70714D

Black with #70714D

Text Example


Text Example

White with #70714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70714D; }

 p { color: rgb(112,113,77); }

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

background-color css

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

 a { background-color: rgb(112,113,77); }

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

border-color css

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

 span { border-color: rgb(112,113,77); }

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