#707853

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

Shades of Finch #707853

Tints of Finch #707853

Color information

#707853 (or 0x707853) is unknown color: approx Finch. HEX triplet: 70, 78 and 53. RGB value is (112,120,83). Sum of RGB (Red+Green+Blue) = 112+120+83=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 120 - color contains mainly: green. Hex color #707853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707853 is #8F87AC. Grayscale: #717171. Windows color (decimal): -9406381 or 5470320. OLE color: 5470320.

HSL color Cylindrical-coordinate representation of color #707853: hue angle of 72.97º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #707853 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB11212083-
CMYK0.0700.310.53
HSL72.97º18.23%39.8%-
HSV(B)72.97º30.83%47.06%-
XYZ14.9617.510.77-
YUV113.39110.85127.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 120 (47.27% from 255) = 38.10%
BLUE value IS 83 (32.81% from 255) = 26.35%
R=35.56%
G=38.10%
B=26.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112120830.0700.310.5372.9718.2339.8
Hex707853701F35491228
Octal1601701237037651112250
Binary111000011110001010011111011111110101100100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707853; }

 p { color: rgb(112,120,83); }

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

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

 a { background-color: rgb(112,120,83); }

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

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

 span { border-color: rgb(112,120,83); }

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