#757B48

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

Shades of Finch #757B48

Tints of Finch #757B48

Color information

#757B48 (or 0x757B48) is unknown color: approx Finch. HEX triplet: 75, 7B and 48. RGB value is (117,123,72). Sum of RGB (Red+Green+Blue) = 117+123+72=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 123 - color contains mainly: green. Hex color #757B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757B48 is #8A84B7. Grayscale: #737373. Windows color (decimal): -9077944 or 4750197. OLE color: 4750197.

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

Color convert

RGB11712372-
CMYK0.0500.410.52
HSL67.06º26.15%38.24%-
HSV(B)67.06º41.46%48.24%-
XYZ15.5918.428.86-
YUV115.39103.51129.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.5%
GREEN value IS 123 (48.44% from 255) = 39.42%
BLUE value IS 72 (28.52% from 255) = 23.08%
R=37.5%
G=39.42%
B=23.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117123720.0500.410.5267.0626.1538.24
Hex757B48502934431a26
Octal1651731105051641033246
Binary1110101111101110010001010101001110100100001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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