#757748

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

Shades of Finch #757748

Tints of Finch #757748

Color information

#757748 (or 0x757748) is unknown color: approx Finch. HEX triplet: 75, 77 and 48. RGB value is (117,119,72). Sum of RGB (Red+Green+Blue) = 117+119+72=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 119 - color contains mainly: green. Hex color #757748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757748 is #8A88B7. Grayscale: #717171. Windows color (decimal): -9078968 or 4749173. OLE color: 4749173.

HSL color Cylindrical-coordinate representation of color #757748: hue angle of 62.55º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #757748 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB11711972-
CMYK0.0200.390.53
HSL62.55º24.61%37.45%-
HSV(B)62.55º39.5%46.67%-
XYZ15.117.448.7-
YUV113.04104.84130.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 119 (46.88% from 255) = 38.64%
BLUE value IS 72 (28.52% from 255) = 23.38%
R=37.99%
G=38.64%
B=23.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117119720.0200.390.5362.5524.6137.45
Hex7577482027353f1925
Octal165167110204765773145
Binary11101011110111100100010010011111010111111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757748; }

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

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

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

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

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

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

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

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