Html Css Color HEX #707745 Siam

📋 copy color: '#707745'

red 112 ◦ green 119 ◦ blue 69

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

Shades of Siam #707745

Tints of Siam #707745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23%

R = 37.33%
G = 39.67%
B = 23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#707745 (or 0x707745) is known color: Siam. HEX triplet: 70, 77 and 45. RGB value is (112,119,69). Sum of RGB (Red+Green+Blue) = 112+119+69=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #707745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707745 is #8F88BA. Grayscale: #6F6F6F. Windows color (decimal): -9406651 or 4552560. OLE color: 4552560.

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

Color convert

RGB 112 119 69 -
CMYK 0.06 0 0.42 0.53
HSL 68.4º 0.27% 0.37% -
HSV(B) 68.4º 0.42% 0.47% -
XYZ 14.35 17.07 8.17 -
YUV 111.21 104.18 128.57 -
System Red Green Blue C M Y K H S L
Decimal 112 119 69 0.06 0 0.42 0.53 68.4 0.27 0.37
Hex 70 77 45 6 0 2A 35 44 1B 25
Octal 160 167 105 6 0 52 65 104 33 45
Binary 1110000 1110111 1000101 110 0 101010 110101 1000100 11011 100101

Color Harmonies of #707745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707745

Black with #707745

Text Example


Text Example

White with #707745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707745; }

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

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

background-color css

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

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

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

border-color css

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

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

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