#75795C

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

Shades of Finch #75795C

Tints of Finch #75795C

Color information

#75795C (or 0x75795C) is unknown color: approx Finch. HEX triplet: 75, 79 and 5C. RGB value is (117,121,92). Sum of RGB (Red+Green+Blue) = 117+121+92=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 121 - color contains mainly: green. Hex color #75795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75795C is #8A86A3. Grayscale: #747474. Windows color (decimal): -9078436 or 6060405. OLE color: 6060405.

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

Color convert

RGB11712192-
CMYK0.0300.240.53
HSL68.28º13.62%41.76%-
HSV(B)68.28º23.97%47.45%-
XYZ16.1118.2312.79-
YUV116.5114.17128.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 121 (47.66% from 255) = 36.67%
BLUE value IS 92 (36.33% from 255) = 27.88%
R=35.45%
G=36.67%
B=27.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117121920.0300.240.5368.2813.6241.76
Hex75795C30183544e2a
Octal1651711343030651041652
Binary1110101111100110111001101100011010110001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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