#758451

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

Shades of Finch #758451

Tints of Finch #758451

Color information

#758451 (or 0x758451) is unknown color: approx Finch. HEX triplet: 75, 84 and 51. RGB value is (117,132,81). Sum of RGB (Red+Green+Blue) = 117+132+81=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #758451 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758451 is #8A7BAE. Grayscale: #797979. Windows color (decimal): -9075631 or 5342325. OLE color: 5342325.

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

Color convert

RGB11713281-
CMYK0.1100.390.48
HSL77.65º23.94%41.76%-
HSV(B)77.65º38.64%51.76%-
XYZ17.0720.8810.91-
YUV121.7105.03124.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 132 (51.95% from 255) = 40%
BLUE value IS 81 (32.03% from 255) = 24.55%
R=35.45%
G=40%
B=24.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117132810.1100.390.4877.6523.9441.76
Hex758451B027304e182a
Octal16520412113047601163052
Binary111010110000100101000110110100111110000100111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758451; }

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

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

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

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

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

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

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

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