#757B62

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

Shades of Finch #757B62

Tints of Finch #757B62

Color information

#757B62 (or 0x757B62) is unknown color: approx Finch. HEX triplet: 75, 7B and 62. RGB value is (117,123,98). Sum of RGB (Red+Green+Blue) = 117+123+98=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 123 - color contains mainly: green. Hex color #757B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B62 is #8A849D. Grayscale: #767676. Windows color (decimal): -9077918 or 6454133. OLE color: 6454133.

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

Color convert

RGB11712398-
CMYK0.0500.200.52
HSL74.4º11.31%43.33%-
HSV(B)74.4º20.33%48.24%-
XYZ16.6218.8314.31-
YUV118.36116.51127.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.62%
GREEN value IS 123 (48.44% from 255) = 36.39%
BLUE value IS 98 (38.67% from 255) = 28.99%
R=34.62%
G=36.39%
B=28.99%

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
Decimal117123980.0500.200.5274.411.3143.33
Hex757B625014344ab2b
Octal1651731425024641121353
Binary11101011111011110001010101010011010010010101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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