#403740

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

Shades of Fuscous Grey #403740

Tints of Fuscous Grey #403740

Color information

#403740 (or 0x403740) is unknown color: approx Fuscous Grey. HEX triplet: 40, 37 and 40. RGB value is (64,55,64). Sum of RGB (Red+Green+Blue) = 64+55+64=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #403740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403740 is #BFC8BF. Grayscale: #3A3A3A. Windows color (decimal): -12568768 or 4208448. OLE color: 4208448.

HSL color Cylindrical-coordinate representation of color #403740: hue angle of 300º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #403740 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB645564-
CMYK00.1400.75
HSL300º7.56%23.33%-
HSV(B)300º14.06%25.1%-
XYZ4.414.195.43-
YUV58.72130.98131.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.97%
GREEN value IS 55 (21.88% from 255) = 30.05%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=34.97%
G=30.05%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64556400.1400.753007.5623.33
Hex4037400E04B12c817
Octal1006710001601134541027
Binary100000011011110000000111001001011100101100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403740; }

 p { color: rgb(64,55,64); }

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

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

 a { background-color: rgb(64,55,64); }

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

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

 span { border-color: rgb(64,55,64); }

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