#758256

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

Shades of Finch #758256

Tints of Finch #758256

Color information

#758256 (or 0x758256) is unknown color: approx Finch. HEX triplet: 75, 82 and 56. RGB value is (117,130,86). Sum of RGB (Red+Green+Blue) = 117+130+86=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 130 - color contains mainly: green. Hex color #758256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758256 is #8A7DA9. Grayscale: #797979. Windows color (decimal): -9076138 or 5669493. OLE color: 5669493.

HSL color Cylindrical-coordinate representation of color #758256: hue angle of 77.73º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #758256 is Cyan = 0.1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB11713086-
CMYK0.100.340.49
HSL77.73º20.37%42.35%-
HSV(B)77.73º33.85%50.98%-
XYZ1720.4211.85-
YUV121.1108.19125.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 130 (51.17% from 255) = 39.04%
BLUE value IS 86 (33.98% from 255) = 25.83%
R=35.14%
G=39.04%
B=25.83%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117130860.100.340.4977.7320.3742.35
Hex758256A022314e142a
Octal16520212612042611162452
Binary111010110000010101011010100100010110001100111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758256; }

 p { color: rgb(117,130,86); }

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

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

 a { background-color: rgb(117,130,86); }

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

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

 span { border-color: rgb(117,130,86); }

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