#757948

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

Shades of Finch #757948

Tints of Finch #757948

Color information

#757948 (or 0x757948) is unknown color: approx Finch. HEX triplet: 75, 79 and 48. RGB value is (117,121,72). Sum of RGB (Red+Green+Blue) = 117+121+72=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 121 - color contains mainly: green. Hex color #757948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757948 is #8A86B7. Grayscale: #727272. Windows color (decimal): -9078456 or 4749685. OLE color: 4749685.

HSL color Cylindrical-coordinate representation of color #757948: hue angle of 64.9º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #757948 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB11712172-
CMYK0.0300.400.53
HSL64.9º25.39%37.84%-
HSV(B)64.9º40.5%47.45%-
XYZ15.3417.928.78-
YUV114.22104.17129.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 121 (47.66% from 255) = 39.03%
BLUE value IS 72 (28.52% from 255) = 23.23%
R=37.74%
G=39.03%
B=23.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117121720.0300.400.5364.925.3937.84
Hex757948302835411926
Octal1651711103050651013146
Binary111010111110011001000110101000110101100000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757948; }

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

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

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

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

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

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

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

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