Html Css Color HEX #707740 Siam

📋 copy color: '#707740'

red 112 ◦ green 119 ◦ blue 64

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

Shades of Siam #707740

Tints of Siam #707740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.69%

R = 37.97%
G = 40.34%
B = 21.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#707740 (or 0x707740) is known color: Siam. HEX triplet: 70, 77 and 40. RGB value is (112,119,64). Sum of RGB (Red+Green+Blue) = 112+119+64=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #707740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707740 is #8F88BF. Grayscale: #6E6E6E. Windows color (decimal): -9406656 or 4224880. OLE color: 4224880.

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

Color convert

RGB 112 119 64 -
CMYK 0.06 0 0.46 0.53
HSL 67.64º 0.3% 0.36% -
HSV(B) 67.64º 0.46% 0.47% -
XYZ 14.2 17.01 7.38 -
YUV 110.64 101.68 128.97 -
System Red Green Blue C M Y K H S L
Decimal 112 119 64 0.06 0 0.46 0.53 67.64 0.3 0.36
Hex 70 77 40 6 0 2E 35 44 1E 24
Octal 160 167 100 6 0 56 65 104 36 44
Binary 1110000 1110111 1000000 110 0 101110 110101 1000100 11110 100100

Color Harmonies of #707740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707740

Black with #707740

Text Example


Text Example

White with #707740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707740; }

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

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

background-color css

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

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

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

border-color css

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

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

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