#717262

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

Shades of Finch #717262

Tints of Finch #717262

Color information

#717262 (or 0x717262) is unknown color: approx Finch. HEX triplet: 71, 72 and 62. RGB value is (113,114,98). Sum of RGB (Red+Green+Blue) = 113+114+98=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 114 - color contains mainly: green. Hex color #717262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717262 is #8E8D9D. Grayscale: #6F6F6F. Windows color (decimal): -9342366 or 6451825. OLE color: 6451825.

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

Color convert

RGB11311498-
CMYK0.0100.140.55
HSL63.75º7.55%41.57%-
HSV(B)63.75º14.04%44.71%-
XYZ15.0316.4313.93-
YUV111.88120.17128.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 98 (38.67% from 255) = 30.15%
R=34.77%
G=35.08%
B=30.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113114980.0100.140.5563.757.5541.57
Hex71726210E374082a
Octal1611621421016671001052
Binary11100011110010110001010111011011110000001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717262; }

 p { color: rgb(113,114,98); }

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

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

 a { background-color: rgb(113,114,98); }

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

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

 span { border-color: rgb(113,114,98); }

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