#75775F

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

Shades of Finch #75775F

Tints of Finch #75775F

Color information

#75775F (or 0x75775F) is unknown color: approx Finch. HEX triplet: 75, 77 and 5F. RGB value is (117,119,95). Sum of RGB (Red+Green+Blue) = 117+119+95=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 119 - color contains mainly: green. Hex color #75775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75775F is #8A88A0. Grayscale: #737373. Windows color (decimal): -9078945 or 6256501. OLE color: 6256501.

HSL color Cylindrical-coordinate representation of color #75775F: hue angle of 65º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75775F is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB11711995-
CMYK0.0200.200.53
HSL65º11.21%41.96%-
HSV(B)65º20.17%46.67%-
XYZ1617.813.42-
YUV115.67116.34128.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.35%
GREEN value IS 119 (46.88% from 255) = 35.95%
BLUE value IS 95 (37.5% from 255) = 28.70%
R=35.35%
G=35.95%
B=28.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117119950.0200.200.536511.2141.96
Hex75775F20143541b2a
Octal1651671372024651011352
Binary1110101111011110111111001010011010110000011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75775F; }

 p { color: rgb(117,119,95); }

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

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

 a { background-color: rgb(117,119,95); }

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

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

 span { border-color: rgb(117,119,95); }

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