#707B56

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

Shades of Finch #707B56

Tints of Finch #707B56

Color information

#707B56 (or 0x707B56) is unknown color: approx Finch. HEX triplet: 70, 7B and 56. RGB value is (112,123,86). Sum of RGB (Red+Green+Blue) = 112+123+86=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 123 - color contains mainly: green. Hex color #707B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707B56 is #8F84A9. Grayscale: #737373. Windows color (decimal): -9405610 or 5667696. OLE color: 5667696.

HSL color Cylindrical-coordinate representation of color #707B56: hue angle of 77.84º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #707B56 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB11212386-
CMYK0.0900.300.52
HSL77.84º17.7%40.98%-
HSV(B)77.84º30.08%48.24%-
XYZ15.4418.2811.52-
YUV115.49111.36125.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.89%
GREEN value IS 123 (48.44% from 255) = 38.32%
BLUE value IS 86 (33.98% from 255) = 26.79%
R=34.89%
G=38.32%
B=26.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112123860.0900.300.5277.8417.740.98
Hex707B56901E344e1229
Octal16017312611036641162251
Binary1110000111101110101101001011110110100100111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,123,86); }

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

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

 a { background-color: rgb(112,123,86); }

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

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

 span { border-color: rgb(112,123,86); }

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