#758252

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

Shades of Finch #758252

Tints of Finch #758252

Color information

#758252 (or 0x758252) is unknown color: approx Finch. HEX triplet: 75, 82 and 52. RGB value is (117,130,82). Sum of RGB (Red+Green+Blue) = 117+130+82=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #758252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758252 is #8A7DAD. Grayscale: #787878. Windows color (decimal): -9076142 or 5407349. OLE color: 5407349.

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

Color convert

RGB11713082-
CMYK0.100.370.49
HSL76.25º22.64%41.57%-
HSV(B)76.25º36.92%50.98%-
XYZ16.8420.3611.02-
YUV120.64106.19125.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 130 (51.17% from 255) = 39.51%
BLUE value IS 82 (32.42% from 255) = 24.92%
R=35.56%
G=39.51%
B=24.92%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117130820.100.370.4976.2522.6441.57
Hex758252A025314c172a
Octal16520212212045611142752
Binary111010110000010101001010100100101110001100110010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758252; }

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

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

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

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

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

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

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

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