#758052

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

Shades of Finch #758052

Tints of Finch #758052

Color information

#758052 (or 0x758052) is unknown color: approx Finch. HEX triplet: 75, 80 and 52. RGB value is (117,128,82). Sum of RGB (Red+Green+Blue) = 117+128+82=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 128 - color contains mainly: green. Hex color #758052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758052 is #8A7FAD. Grayscale: #777777. Windows color (decimal): -9076654 or 5406837. OLE color: 5406837.

HSL color Cylindrical-coordinate representation of color #758052: hue angle of 74.35º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #758052 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB11712882-
CMYK0.0900.360.50
HSL74.35º21.9%41.18%-
HSV(B)74.35º35.94%50.2%-
XYZ16.5819.8310.94-
YUV119.47106.86126.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 128 (50.39% from 255) = 39.14%
BLUE value IS 82 (32.42% from 255) = 25.08%
R=35.78%
G=39.14%
B=25.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117128820.0900.360.5074.3521.941.18
Hex7580529024324a1629
Octal16520012211044621122651
Binary111010110000000101001010010100100110010100101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758052; }

 p { color: rgb(117,128,82); }

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

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

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

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

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

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

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