#75755B

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

Shades of Finch #75755B

Tints of Finch #75755B

Color information

#75755B (or 0x75755B) is unknown color: approx Finch. HEX triplet: 75, 75 and 5B. RGB value is (117,117,91). Sum of RGB (Red+Green+Blue) = 117+117+91=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75755B is #8A8AA4. Grayscale: #727272. Windows color (decimal): -9079461 or 5993845. OLE color: 5993845.

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

Color convert

RGB11711791-
CMYK000.220.54
HSL60º12.5%40.78%-
HSV(B)60º22.22%45.88%-
XYZ15.5917.2612.41-
YUV114.04115130.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36%
GREEN value IS 117 (46.09% from 255) = 36%
BLUE value IS 91 (35.94% from 255) = 28%
R=36%
G=36%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711791000.220.546012.540.78
Hex75755B0016363cc29
Octal165165133002666741451
Binary11101011110101101101100101101101101111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75755B; }

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

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

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

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

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

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

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

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