#757A63

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

Shades of Finch #757A63

Tints of Finch #757A63

Color information

#757A63 (or 0x757A63) is unknown color: approx Finch. HEX triplet: 75, 7A and 63. RGB value is (117,122,99). Sum of RGB (Red+Green+Blue) = 117+122+99=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 122 - color contains mainly: green. Hex color #757A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A63 is #8A859C. Grayscale: #757575. Windows color (decimal): -9078173 or 6519413. OLE color: 6519413.

HSL color Cylindrical-coordinate representation of color #757A63: hue angle of 73.04º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #757A63 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB11712299-
CMYK0.0400.190.52
HSL73.04º10.41%43.33%-
HSV(B)73.04º18.85%47.84%-
XYZ16.5518.614.52-
YUV117.88117.34127.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.62%
GREEN value IS 122 (48.05% from 255) = 36.09%
BLUE value IS 99 (39.06% from 255) = 29.29%
R=34.62%
G=36.09%
B=29.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117122990.0400.190.5273.0410.4143.33
Hex757A6340133449a2b
Octal1651721434023641111253
Binary11101011111010110001110001001111010010010011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,122,99); }

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

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

 a { background-color: rgb(117,122,99); }

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

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

 span { border-color: rgb(117,122,99); }

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