#758453

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

Shades of Finch #758453

Tints of Finch #758453

Color information

#758453 (or 0x758453) is unknown color: approx Finch. HEX triplet: 75, 84 and 53. RGB value is (117,132,83). Sum of RGB (Red+Green+Blue) = 117+132+83=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 132 - color contains mainly: green. Hex color #758453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758453 is #8A7BAC. Grayscale: #7A7A7A. Windows color (decimal): -9075629 or 5473397. OLE color: 5473397.

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

Color convert

RGB11713283-
CMYK0.1100.370.48
HSL78.37º22.79%42.16%-
HSV(B)78.37º37.12%51.76%-
XYZ17.1520.9111.32-
YUV121.93106.03124.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 132 (51.95% from 255) = 39.76%
BLUE value IS 83 (32.81% from 255) = 25%
R=35.24%
G=39.76%
B=25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117132830.1100.370.4878.3722.7942.16
Hex758453B025304e172a
Octal16520412313045601162752
Binary111010110000100101001110110100101110000100111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758453; }

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

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

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

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

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

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

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

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