Html Css Color HEX #407577 Ming

📋 copy color: '#407577'

red 64 ◦ green 117 ◦ blue 119

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

Shades of Ming #407577

Tints of Ming #407577

RGB

 RED value IS 64 (25.39% from 255) = 21.33%

 GREEN value IS 117 (46.09% from 255) = 39%

 BLUE value IS 119 (46.88% from 255) = 39.67%

R = 21.33%
G = 39%
B = 39.67%

CMYK

 C value IS 0.46

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#407577 (or 0x407577) is known color: Ming. HEX triplet: 40, 75 and 77. RGB value is (64,117,119). Sum of RGB (Red+Green+Blue) = 64+117+119=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 119 - color contains mainly: blue. Hex color #407577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407577 is #BF8A88. Grayscale: #656565. Windows color (decimal): -12552841 or 7828800. OLE color: 7828800.

HSL color Cylindrical-coordinate representation of color #407577: hue angle of 182.18º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #407577 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 117 119 -
CMYK 0.46 0.02 0 0.53
HSL 182.18º 0.3% 0.36% -
HSV(B) 182.18º 0.46% 0.47% -
XYZ 11.81 15.14 19.75 -
YUV 101.38 137.94 101.34 -
System Red Green Blue C M Y K H S L
Decimal 64 117 119 0.46 0.02 0 0.53 182.18 0.3 0.36
Hex 40 75 77 2E 2 0 35 B6 1E 24
Octal 100 165 167 56 2 0 65 266 36 44
Binary 1000000 1110101 1110111 101110 10 0 110101 10110110 11110 100100

Color Harmonies of #407577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407577

Black with #407577

Text Example


Text Example

White with #407577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407577; }

 p { color: rgb(64,117,119); }

 H1.HeaderClassName
 {
   color: #407577;
 }
 .AnyTagClassName
 {
   color: #407577;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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