Html Css Color HEX #407777 Ming

📋 copy color: '#407777'

red 64 ◦ green 119 ◦ blue 119

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

Shades of Ming #407777

Tints of Ming #407777

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.4%

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

R = 21.19%
G = 39.4%
B = 39.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#407777 (or 0x407777) is known color: Ming. HEX triplet: 40, 77 and 77. RGB value is (64,119,119). Sum of RGB (Red+Green+Blue) = 64+119+119=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #407777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407777 is #BF8888. Grayscale: #666666. Windows color (decimal): -12552329 or 7829312. OLE color: 7829312.

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

Color convert

RGB 64 119 119 -
CMYK 0.46 0 0 0.53
HSL 180º 0.3% 0.36% -
HSV(B) 180º 0.46% 0.47% -
XYZ 12.04 15.62 19.83 -
YUV 102.56 137.28 100.5 -
System Red Green Blue C M Y K H S L
Decimal 64 119 119 0.46 0 0 0.53 180 0.3 0.36
Hex 40 77 77 2E 0 0 35 B4 1E 24
Octal 100 167 167 56 0 0 65 264 36 44
Binary 1000000 1110111 1110111 101110 0 0 110101 10110100 11110 100100

Color Harmonies of #407777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407777

Black with #407777

Text Example


Text Example

White with #407777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407777; }

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

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

background-color css

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

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

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

border-color css

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

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

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