#757551

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

Shades of Finch #757551

Tints of Finch #757551

Color information

#757551 (or 0x757551) is unknown color: approx Finch. HEX triplet: 75, 75 and 51. RGB value is (117,117,81). Sum of RGB (Red+Green+Blue) = 117+117+81=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757551 is #8A8AAE. Grayscale: #717171. Windows color (decimal): -9079471 or 5338485. OLE color: 5338485.

HSL color Cylindrical-coordinate representation of color #757551: hue angle of 60º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #757551 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB11711781-
CMYK000.310.54
HSL60º18.18%38.82%-
HSV(B)60º30.77%45.88%-
XYZ15.1817.110.28-
YUV112.9110130.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 117 (46.09% from 255) = 37.14%
BLUE value IS 81 (32.03% from 255) = 25.71%
R=37.14%
G=37.14%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711781000.310.546018.1838.82
Hex757551001F363c1227
Octal165165121003766742247
Binary111010111101011010001001111111011011110010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757551; }

 p { color: rgb(117,117,81); }

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

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

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

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

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

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

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