#758448

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

Shades of Finch #758448

Tints of Finch #758448

Color information

#758448 (or 0x758448) is unknown color: approx Finch. HEX triplet: 75, 84 and 48. RGB value is (117,132,72). Sum of RGB (Red+Green+Blue) = 117+132+72=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 132 - color contains mainly: green. Hex color #758448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758448 is #8A7BB7. Grayscale: #787878. Windows color (decimal): -9075640 or 4752501. OLE color: 4752501.

HSL color Cylindrical-coordinate representation of color #758448: hue angle of 75º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #758448 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB11713272-
CMYK0.1100.450.48
HSL75º29.41%40%-
HSV(B)75º45.45%51.76%-
XYZ16.7620.759.25-
YUV120.67100.53125.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 132 (51.95% from 255) = 41.12%
BLUE value IS 72 (28.52% from 255) = 22.43%
R=36.45%
G=41.12%
B=22.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117132720.1100.450.487529.4140
Hex758448B02D304b1d28
Octal16520411013055601133550
Binary111010110000100100100010110101101110000100101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758448; }

 p { color: rgb(117,132,72); }

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

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

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

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

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

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

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