#707255

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

Shades of Finch #707255

Tints of Finch #707255

Color information

#707255 (or 0x707255) is unknown color: approx Finch. HEX triplet: 70, 72 and 55. RGB value is (112,114,85). Sum of RGB (Red+Green+Blue) = 112+114+85=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 114 - color contains mainly: green. Hex color #707255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707255 is #8F8DAA. Grayscale: #6E6E6E. Windows color (decimal): -9407915 or 5599856. OLE color: 5599856.

HSL color Cylindrical-coordinate representation of color #707255: hue angle of 64.14º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #707255 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB11211485-
CMYK0.0200.250.55
HSL64.14º14.57%39.02%-
HSV(B)64.14º25.44%44.71%-
XYZ14.3416.1410.95-
YUV110.1113.84129.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.01%
GREEN value IS 114 (44.92% from 255) = 36.66%
BLUE value IS 85 (33.59% from 255) = 27.33%
R=36.01%
G=36.66%
B=27.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112114850.0200.250.5564.1414.5739.02
Hex70725520193740f27
Octal1601621252031671001747
Binary1110000111001010101011001100111011110000001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707255; }

 p { color: rgb(112,114,85); }

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

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

 a { background-color: rgb(112,114,85); }

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

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

 span { border-color: rgb(112,114,85); }

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