Html Css Color HEX #70754C Siam

📋 copy color: '#70754C'

red 112 ◦ green 117 ◦ blue 76

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

Shades of Siam #70754C

Tints of Siam #70754C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.36%

 BLUE value IS 76 (30.08% from 255) = 24.92%

R = 36.72%
G = 38.36%
B = 24.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#70754C (or 0x70754C) is known color: Siam. HEX triplet: 70, 75 and 4C. RGB value is (112,117,76). Sum of RGB (Red+Green+Blue) = 112+117+76=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 117 - color contains mainly: green. Hex color #70754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70754C is #8F8AB3. Grayscale: #6E6E6E. Windows color (decimal): -9407156 or 5010800. OLE color: 5010800.

HSL color Cylindrical-coordinate representation of color #70754C: hue angle of 67.32º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70754C is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 76 -
CMYK 0.04 0 0.35 0.54
HSL 67.32º 0.21% 0.38% -
HSV(B) 67.32º 0.35% 0.46% -
XYZ 14.35 16.69 9.3 -
YUV 110.83 108.34 128.83 -
System Red Green Blue C M Y K H S L
Decimal 112 117 76 0.04 0 0.35 0.54 67.32 0.21 0.38
Hex 70 75 4C 4 0 23 36 43 15 26
Octal 160 165 114 4 0 43 66 103 25 46
Binary 1110000 1110101 1001100 100 0 100011 110110 1000011 10101 100110

Color Harmonies of #70754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70754C

Black with #70754C

Text Example


Text Example

White with #70754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70754C; }

 p { color: rgb(112,117,76); }

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

background-color css

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

 a { background-color: rgb(112,117,76); }

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

border-color css

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

 span { border-color: rgb(112,117,76); }

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