Html Css Color HEX #707A3F Siam

📋 copy color: '#707A3F'

red 112 ◦ green 122 ◦ blue 63

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

Shades of Siam #707A3F

Tints of Siam #707A3F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.08%

 BLUE value IS 63 (25% from 255) = 21.21%

R = 37.71%
G = 41.08%
B = 21.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#707A3F (or 0x707A3F) is known color: Siam. HEX triplet: 70, 7A and 3F. RGB value is (112,122,63). Sum of RGB (Red+Green+Blue) = 112+122+63=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 122 - color contains mainly: green. Hex color #707A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707A3F is #8F85C0. Grayscale: #707070. Windows color (decimal): -9405889 or 4160112. OLE color: 4160112.

HSL color Cylindrical-coordinate representation of color #707A3F: hue angle of 70.17º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #707A3F is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 122 63 -
CMYK 0.08 0 0.48 0.52
HSL 70.17º 0.32% 0.36% -
HSV(B) 70.17º 0.48% 0.48% -
XYZ 14.54 17.72 7.36 -
YUV 112.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 112 122 63 0.08 0 0.48 0.52 70.17 0.32 0.36
Hex 70 7A 3F 8 0 30 34 46 20 24
Octal 160 172 77 10 0 60 64 106 40 44
Binary 1110000 1111010 111111 1000 0 110000 110100 1000110 100000 100100

Color Harmonies of #707A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707A3F

Black with #707A3F

Text Example


Text Example

White with #707A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707A3F; }

 p { color: rgb(112,122,63); }

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

background-color css

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

 a { background-color: rgb(112,122,63); }

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

border-color css

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

 span { border-color: rgb(112,122,63); }

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