#758553

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

Shades of Finch #758553

Tints of Finch #758553

Color information

#758553 (or 0x758553) is unknown color: approx Finch. HEX triplet: 75, 85 and 53. RGB value is (117,133,83). Sum of RGB (Red+Green+Blue) = 117+133+83=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 133 - color contains mainly: green. Hex color #758553 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758553 is #8A7AAC. Grayscale: #7A7A7A. Windows color (decimal): -9075373 or 5473653. OLE color: 5473653.

HSL color Cylindrical-coordinate representation of color #758553: hue angle of 79.2º degrees, saturation: 0.23, 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 #758553 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB11713383-
CMYK0.1200.380.48
HSL79.2º23.15%42.35%-
HSV(B)79.2º37.59%52.16%-
XYZ17.2821.1811.36-
YUV122.52105.7124.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 133 (52.34% from 255) = 39.94%
BLUE value IS 83 (32.81% from 255) = 24.92%
R=35.14%
G=39.94%
B=24.92%

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
Decimal117133830.1200.380.4879.223.1542.35
Hex758553C026304f172a
Octal16520512314046601172752
Binary111010110000101101001111000100110110000100111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758553; }

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

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

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

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

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

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

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

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