#75775B

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

Shades of Finch #75775B

Tints of Finch #75775B

Color information

#75775B (or 0x75775B) is unknown color: approx Finch. HEX triplet: 75, 77 and 5B. RGB value is (117,119,91). Sum of RGB (Red+Green+Blue) = 117+119+91=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 119 - color contains mainly: green. Hex color #75775B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75775B is #8A88A4. Grayscale: #737373. Windows color (decimal): -9078949 or 5994357. OLE color: 5994357.

HSL color Cylindrical-coordinate representation of color #75775B: hue angle of 64.29º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #75775B is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB11711991-
CMYK0.0200.240.53
HSL64.29º13.33%41.18%-
HSV(B)64.29º23.53%46.67%-
XYZ15.8217.7312.49-
YUV115.21114.34129.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 119 (46.88% from 255) = 36.39%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=35.78%
G=36.39%
B=27.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117119910.0200.240.5364.2913.3341.18
Hex75775B20183540d29
Octal1651671332030651001551
Binary1110101111011110110111001100011010110000001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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