#707261

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

Shades of Finch #707261

Tints of Finch #707261

Color information

#707261 (or 0x707261) is unknown color: approx Finch. HEX triplet: 70, 72 and 61. RGB value is (112,114,97). Sum of RGB (Red+Green+Blue) = 112+114+97=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 114 - color contains mainly: green. Hex color #707261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707261 is #8F8D9E. Grayscale: #6F6F6F. Windows color (decimal): -9407903 or 6386288. OLE color: 6386288.

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

Color convert

RGB11211497-
CMYK0.0200.150.55
HSL67.06º8.06%41.37%-
HSV(B)67.06º14.91%44.71%-
XYZ14.8616.3413.68-
YUV111.46119.84128.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 114 (44.92% from 255) = 35.29%
BLUE value IS 97 (38.28% from 255) = 30.03%
R=34.67%
G=35.29%
B=30.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112114970.0200.150.5567.068.0641.37
Hex70726120F3743829
Octal1601621412017671031051
Binary111000011100101100001100111111011110000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707261; }

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

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

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

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

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

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

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

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