#75795A

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

Shades of Finch #75795A

Tints of Finch #75795A

Color information

#75795A (or 0x75795A) is unknown color: approx Finch. HEX triplet: 75, 79 and 5A. RGB value is (117,121,90). Sum of RGB (Red+Green+Blue) = 117+121+90=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 121 - color contains mainly: green. Hex color #75795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75795A is #8A86A5. Grayscale: #747474. Windows color (decimal): -9078438 or 5929333. OLE color: 5929333.

HSL color Cylindrical-coordinate representation of color #75795A: hue angle of 67.74º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75795A is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB11712190-
CMYK0.0300.260.53
HSL67.74º14.69%41.37%-
HSV(B)67.74º25.62%47.45%-
XYZ16.0218.1912.34-
YUV116.27113.17128.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 121 (47.66% from 255) = 36.89%
BLUE value IS 90 (35.55% from 255) = 27.44%
R=35.67%
G=36.89%
B=27.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117121900.0300.260.5367.7414.6941.37
Hex75795A301A3544f29
Octal1651711323032651041751
Binary1110101111100110110101101101011010110001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75795A; }

 p { color: rgb(117,121,90); }

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

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

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

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

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

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

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