#758552

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

Shades of Finch #758552

Tints of Finch #758552

Color information

#758552 (or 0x758552) is unknown color: approx Finch. HEX triplet: 75, 85 and 52. RGB value is (117,133,82). Sum of RGB (Red+Green+Blue) = 117+133+82=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #758552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758552 is #8A7AAD. Grayscale: #7A7A7A. Windows color (decimal): -9075374 or 5408117. OLE color: 5408117.

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

Color convert

RGB11713382-
CMYK0.1200.380.48
HSL78.82º23.72%42.16%-
HSV(B)78.82º38.35%52.16%-
XYZ17.2521.1711.16-
YUV122.4105.2124.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 133 (52.34% from 255) = 40.06%
BLUE value IS 82 (32.42% from 255) = 24.70%
R=35.24%
G=40.06%
B=24.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117133820.1200.380.4878.8223.7242.16
Hex758552C026304f182a
Octal16520512214046601173052
Binary111010110000101101001011000100110110000100111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758552; }

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

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

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

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

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

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

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

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