#707B50

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

Shades of Finch #707B50

Tints of Finch #707B50

Color information

#707B50 (or 0x707B50) is unknown color: approx Finch. HEX triplet: 70, 7B and 50. RGB value is (112,123,80). Sum of RGB (Red+Green+Blue) = 112+123+80=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 123 - color contains mainly: green. Hex color #707B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707B50 is #8F84AF. Grayscale: #727272. Windows color (decimal): -9405616 or 5274480. OLE color: 5274480.

HSL color Cylindrical-coordinate representation of color #707B50: hue angle of 75.35º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #707B50 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB11212380-
CMYK0.0900.350.52
HSL75.35º21.18%39.8%-
HSV(B)75.35º34.96%48.24%-
XYZ15.2118.1910.3-
YUV114.81108.36126-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 123 (48.44% from 255) = 39.05%
BLUE value IS 80 (31.64% from 255) = 25.40%
R=35.56%
G=39.05%
B=25.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112123800.0900.350.5275.3521.1839.8
Hex707B509023344b1528
Octal16017312011043641132550
Binary11100001111011101000010010100011110100100101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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