#717B4C

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

Shades of Finch #717B4C

Tints of Finch #717B4C

Color information

#717B4C (or 0x717B4C) is unknown color: approx Finch. HEX triplet: 71, 7B and 4C. RGB value is (113,123,76). Sum of RGB (Red+Green+Blue) = 113+123+76=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 123 - color contains mainly: green. Hex color #717B4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717B4C is #8E84B3. Grayscale: #727272. Windows color (decimal): -9340084 or 5012337. OLE color: 5012337.

HSL color Cylindrical-coordinate representation of color #717B4C: hue angle of 72.77º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #717B4C is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB11312376-
CMYK0.0800.380.52
HSL72.77º23.62%39.02%-
HSV(B)72.77º38.21%48.24%-
XYZ15.218.29.55-
YUV114.65106.19126.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.22%
GREEN value IS 123 (48.44% from 255) = 39.42%
BLUE value IS 76 (30.08% from 255) = 24.36%
R=36.22%
G=39.42%
B=24.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal113123760.0800.380.5272.7723.6239.02
Hex717B4C802634491827
Octal16117311410046641113047
Binary11100011111011100110010000100110110100100100111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717B4C; }

 p { color: rgb(113,123,76); }

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

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

 a { background-color: rgb(113,123,76); }

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

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

 span { border-color: rgb(113,123,76); }

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