Html Css Color HEX #70714F Siam

📋 copy color: '#70714F'

red 112 ◦ green 113 ◦ blue 79

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

Shades of Siam #70714F

Tints of Siam #70714F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.99%

R = 36.84%
G = 37.17%
B = 25.99%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#70714F (or 0x70714F) is known color: Siam. HEX triplet: 70, 71 and 4F. RGB value is (112,113,79). Sum of RGB (Red+Green+Blue) = 112+113+79=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 113 - color contains mainly: green. Hex color #70714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70714F is #8F8EB0. Grayscale: #6C6C6C. Windows color (decimal): -9408177 or 5206384. OLE color: 5206384.

HSL color Cylindrical-coordinate representation of color #70714F: hue angle of 61.76º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70714F is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 113 79 -
CMYK 0.01 0 0.30 0.56
HSL 61.76º 0.18% 0.38% -
HSV(B) 61.76º 0.3% 0.44% -
XYZ 14 15.82 9.71 -
YUV 108.83 111.17 130.26 -
System Red Green Blue C M Y K H S L
Decimal 112 113 79 0.01 0 0.30 0.56 61.76 0.18 0.38
Hex 70 71 4F 1 0 1E 38 3E 12 26
Octal 160 161 117 1 0 36 70 76 22 46
Binary 1110000 1110001 1001111 1 0 11110 111000 111110 10010 100110

Color Harmonies of #70714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70714F

Black with #70714F

Text Example


Text Example

White with #70714F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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