#758258

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

Shades of Finch #758258

Tints of Finch #758258

Color information

#758258 (or 0x758258) is unknown color: approx Finch. HEX triplet: 75, 82 and 58. RGB value is (117,130,88). Sum of RGB (Red+Green+Blue) = 117+130+88=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 130 - color contains mainly: green. Hex color #758258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758258 is #8A7DA7. Grayscale: #797979. Windows color (decimal): -9076136 or 5800565. OLE color: 5800565.

HSL color Cylindrical-coordinate representation of color #758258: hue angle of 78.57º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #758258 is Cyan = 0.1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB11713088-
CMYK0.100.320.49
HSL78.57º19.27%42.75%-
HSV(B)78.57º32.31%50.98%-
XYZ17.0820.4512.28-
YUV121.32109.19124.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.93%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 88 (34.77% from 255) = 26.27%
R=34.93%
G=38.81%
B=26.27%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117130880.100.320.4978.5719.2742.75
Hex758258A020314f132b
Octal16520213012040611172353
Binary111010110000010101100010100100000110001100111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758258; }

 p { color: rgb(117,130,88); }

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

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

 a { background-color: rgb(117,130,88); }

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

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

 span { border-color: rgb(117,130,88); }

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