#757B42

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

Shades of Finch #757B42

Tints of Finch #757B42

Color information

#757B42 (or 0x757B42) is unknown color: approx Finch. HEX triplet: 75, 7B and 42. RGB value is (117,123,66). Sum of RGB (Red+Green+Blue) = 117+123+66=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 123 - color contains mainly: green. Hex color #757B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757B42 is #8A84BD. Grayscale: #727272. Windows color (decimal): -9077950 or 4356981. OLE color: 4356981.

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

Color convert

RGB11712366-
CMYK0.0500.460.52
HSL66.32º30.16%37.06%-
HSV(B)66.32º46.34%48.24%-
XYZ15.418.347.88-
YUV114.71100.51129.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 123 (48.44% from 255) = 40.20%
BLUE value IS 66 (26.17% from 255) = 21.57%
R=38.24%
G=40.20%
B=21.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117123660.0500.460.5266.3230.1637.06
Hex757B42502E34421e25
Octal1651731025056641023645
Binary1110101111101110000101010101110110100100001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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