Html Css Color HEX #707748 Siam

📋 copy color: '#707748'

red 112 ◦ green 119 ◦ blue 72

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

Shades of Siam #707748

Tints of Siam #707748

RGB

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

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

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

R = 36.96%
G = 39.27%
B = 23.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#707748 (or 0x707748) is known color: Siam. HEX triplet: 70, 77 and 48. RGB value is (112,119,72). Sum of RGB (Red+Green+Blue) = 112+119+72=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #707748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707748 is #8F88B7. Grayscale: #6F6F6F. Windows color (decimal): -9406648 or 4749168. OLE color: 4749168.

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

Color convert

RGB 112 119 72 -
CMYK 0.06 0 0.39 0.53
HSL 68.94º 0.25% 0.37% -
HSV(B) 68.94º 0.39% 0.47% -
XYZ 14.45 17.11 8.67 -
YUV 111.55 105.68 128.32 -
System Red Green Blue C M Y K H S L
Decimal 112 119 72 0.06 0 0.39 0.53 68.94 0.25 0.37
Hex 70 77 48 6 0 27 35 45 19 25
Octal 160 167 110 6 0 47 65 105 31 45
Binary 1110000 1110111 1001000 110 0 100111 110101 1000101 11001 100101

Color Harmonies of #707748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707748

Black with #707748

Text Example


Text Example

White with #707748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707748; }

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

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

background-color css

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

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

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

border-color css

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

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

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