#757B51

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

Shades of Finch #757B51

Tints of Finch #757B51

Color information

#757B51 (or 0x757B51) is unknown color: approx Finch. HEX triplet: 75, 7B and 51. RGB value is (117,123,81). Sum of RGB (Red+Green+Blue) = 117+123+81=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 123 - color contains mainly: green. Hex color #757B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B51 is #8A84AE. Grayscale: #747474. Windows color (decimal): -9077935 or 5340021. OLE color: 5340021.

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

Color convert

RGB11712381-
CMYK0.0500.340.52
HSL68.57º20.59%40%-
HSV(B)68.57º34.15%48.24%-
XYZ15.918.5410.53-
YUV116.42108.01128.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 123 (48.44% from 255) = 38.32%
BLUE value IS 81 (32.03% from 255) = 25.23%
R=36.45%
G=38.32%
B=25.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117123810.0500.340.5268.5720.5940
Hex757B51502234451528
Octal1651731215042641052550
Binary1110101111101110100011010100010110100100010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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