#757B52

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

Shades of Finch #757B52

Tints of Finch #757B52

Color information

#757B52 (or 0x757B52) is unknown color: approx Finch. HEX triplet: 75, 7B and 52. RGB value is (117,123,82). Sum of RGB (Red+Green+Blue) = 117+123+82=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 123 - color contains mainly: green. Hex color #757B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B52 is #8A84AD. Grayscale: #747474. Windows color (decimal): -9077934 or 5405557. OLE color: 5405557.

HSL color Cylindrical-coordinate representation of color #757B52: hue angle of 68.78º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #757B52 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB11712382-
CMYK0.0500.330.52
HSL68.78º20%40.2%-
HSV(B)68.78º33.33%48.24%-
XYZ15.9418.5610.72-
YUV116.53108.51128.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.34%
GREEN value IS 123 (48.44% from 255) = 38.20%
BLUE value IS 82 (32.42% from 255) = 25.47%
R=36.34%
G=38.20%
B=25.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117123820.0500.330.5268.782040.2
Hex757B52502134451428
Octal1651731225041641052450
Binary1110101111101110100101010100001110100100010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757B52; }

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

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

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

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

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

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

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

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