Html Css Color HEX #407677 Ming

📋 copy color: '#407677'

red 64 ◦ green 118 ◦ blue 119

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

Shades of Ming #407677

Tints of Ming #407677

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.2%

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

R = 21.26%
G = 39.2%
B = 39.53%

CMYK

 C value IS 0.46

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#407677 (or 0x407677) is known color: Ming. HEX triplet: 40, 76 and 77. RGB value is (64,118,119). Sum of RGB (Red+Green+Blue) = 64+118+119=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 119 - color contains mainly: blue. Hex color #407677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407677 is #BF8988. Grayscale: #656565. Windows color (decimal): -12552585 or 7829056. OLE color: 7829056.

HSL color Cylindrical-coordinate representation of color #407677: hue angle of 181.09º 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 #407677 is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 118 119 -
CMYK 0.46 0.01 0 0.53
HSL 181.09º 0.3% 0.36% -
HSV(B) 181.09º 0.46% 0.47% -
XYZ 11.92 15.38 19.79 -
YUV 101.97 137.61 100.92 -
System Red Green Blue C M Y K H S L
Decimal 64 118 119 0.46 0.01 0 0.53 181.09 0.3 0.36
Hex 40 76 77 2E 1 0 35 B5 1E 24
Octal 100 166 167 56 1 0 65 265 36 44
Binary 1000000 1110110 1110111 101110 1 0 110101 10110101 11110 100100

Color Harmonies of #407677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407677

Black with #407677

Text Example


Text Example

White with #407677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407677; }

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

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

background-color css

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

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

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

border-color css

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

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

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