Html Css Color HEX #707744 Siam

📋 copy color: '#707744'

red 112 ◦ green 119 ◦ blue 68

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

Shades of Siam #707744

Tints of Siam #707744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.74%

R = 37.46%
G = 39.8%
B = 22.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#707744 (or 0x707744) is known color: Siam. HEX triplet: 70, 77 and 44. RGB value is (112,119,68). Sum of RGB (Red+Green+Blue) = 112+119+68=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 119 - color contains mainly: green. Hex color #707744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707744 is #8F88BB. Grayscale: #6F6F6F. Windows color (decimal): -9406652 or 4487024. OLE color: 4487024.

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

Color convert

RGB 112 119 68 -
CMYK 0.06 0 0.43 0.53
HSL 68.24º 0.27% 0.37% -
HSV(B) 68.24º 0.43% 0.47% -
XYZ 14.32 17.06 8.01 -
YUV 111.09 103.68 128.65 -
System Red Green Blue C M Y K H S L
Decimal 112 119 68 0.06 0 0.43 0.53 68.24 0.27 0.37
Hex 70 77 44 6 0 2B 35 44 1B 25
Octal 160 167 104 6 0 53 65 104 33 45
Binary 1110000 1110111 1000100 110 0 101011 110101 1000100 11011 100101

Color Harmonies of #707744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707744

Black with #707744

Text Example


Text Example

White with #707744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707744; }

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

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

background-color css

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

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

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

border-color css

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

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

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