#707E4C

Color #707E4C Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #707E4C

Tints of Finch #707E4C

Color information

#707E4C (or 0x707E4C) is unknown color: approx Finch. HEX triplet: 70, 7E and 4C. RGB value is (112,126,76). Sum of RGB (Red+Green+Blue) = 112+126+76=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 126 - color contains mainly: green. Hex color #707E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707E4C is #8F81B3. Grayscale: #747474. Windows color (decimal): -9404852 or 5013104. OLE color: 5013104.

HSL color Cylindrical-coordinate representation of color #707E4C: hue angle of 76.8º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #707E4C is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB11212676-
CMYK0.1100.400.51
HSL76.8º24.75%39.61%-
HSV(B)76.8º39.68%49.41%-
XYZ15.4518.899.67-
YUV116.11105.36125.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.67%
GREEN value IS 126 (49.61% from 255) = 40.13%
BLUE value IS 76 (30.08% from 255) = 24.20%
R=35.67%
G=40.13%
B=24.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112126760.1100.400.5176.824.7539.61
Hex707E4CB028334d1928
Octal16017611413050631153150
Binary11100001111110100110010110101000110011100110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,126,76); }

 H1.HeaderClassName
 {
   color: #707E4C;
 }
 .AnyTagClassName
 {
   color: #707E4C;
 }
</style>
background-color css

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

 a { background-color: rgb(112,126,76); }

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

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

 span { border-color: rgb(112,126,76); }

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