Html Css Color HEX #403740 Fuscous Grey

📋 copy color: '#403740'

red 64 ◦ green 55 ◦ blue 64

#403740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuscous Grey #403740

Tints of Fuscous Grey #403740

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 value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#403740 (or 0x403740) is known color: 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

RGB 64 55 64 -
CMYK 0 0.14 0 0.75
HSL 300º 0.08% 0.23% -
HSV(B) 300º 0.14% 0.25% -
XYZ 4.41 4.19 5.43 -
YUV 58.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 64 55 64 0 0.14 0 0.75 300 0.08 0.23
Hex 40 37 40 0 E 0 4B 12C 8 17
Octal 100 67 100 0 16 0 113 454 10 27
Binary 1000000 110111 1000000 0 1110 0 1001011 100101100 1000 10111

Color Harmonies of #403740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403740

Black with #403740

Text Example


Text Example

White with #403740

Text Example


Text Example

HTML Codes & Css Web 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>