#757B63

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

Shades of Finch #757B63

Tints of Finch #757B63

Color information

#757B63 (or 0x757B63) is unknown color: approx Finch. HEX triplet: 75, 7B and 63. RGB value is (117,123,99). Sum of RGB (Red+Green+Blue) = 117+123+99=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 123 - color contains mainly: green. Hex color #757B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B63 is #8A849C. Grayscale: #767676. Windows color (decimal): -9077917 or 6519669. OLE color: 6519669.

HSL color Cylindrical-coordinate representation of color #757B63: hue angle of 75º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #757B63 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB11712399-
CMYK0.0500.200.52
HSL75º10.81%43.53%-
HSV(B)75º19.51%48.24%-
XYZ16.6718.8514.56-
YUV118.47117.01126.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 123 (48.44% from 255) = 36.28%
BLUE value IS 99 (39.06% from 255) = 29.20%
R=34.51%
G=36.28%
B=29.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117123990.0500.200.527510.8143.53
Hex757B635014344bb2c
Octal1651731435024641131354
Binary11101011111011110001110101010011010010010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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