Html Css Color HEX #707A48 Siam

📋 copy color: '#707A48'

red 112 ◦ green 122 ◦ blue 72

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

Shades of Siam #707A48

Tints of Siam #707A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.53%

R = 36.6%
G = 39.87%
B = 23.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#707A48 (or 0x707A48) is known color: Siam. HEX triplet: 70, 7A and 48. RGB value is (112,122,72). Sum of RGB (Red+Green+Blue) = 112+122+72=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 122 - color contains mainly: green. Hex color #707A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707A48 is #8F85B7. Grayscale: #717171. Windows color (decimal): -9405880 or 4749936. OLE color: 4749936.

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

Color convert

RGB 112 122 72 -
CMYK 0.08 0 0.41 0.52
HSL 72º 0.26% 0.38% -
HSV(B) 72º 0.41% 0.48% -
XYZ 14.81 17.83 8.79 -
YUV 113.31 104.69 127.07 -
System Red Green Blue C M Y K H S L
Decimal 112 122 72 0.08 0 0.41 0.52 72 0.26 0.38
Hex 70 7A 48 8 0 29 34 48 1A 26
Octal 160 172 110 10 0 51 64 110 32 46
Binary 1110000 1111010 1001000 1000 0 101001 110100 1001000 11010 100110

Color Harmonies of #707A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707A48

Black with #707A48

Text Example


Text Example

White with #707A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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