Html Css Color HEX #407B77 Ming

📋 copy color: '#407B77'

red 64 ◦ green 123 ◦ blue 119

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

Shades of Ming #407B77

Tints of Ming #407B77

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.2%

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

R = 20.92%
G = 40.2%
B = 38.89%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#407B77 (or 0x407B77) is known color: Ming. HEX triplet: 40, 7B and 77. RGB value is (64,123,119). Sum of RGB (Red+Green+Blue) = 64+123+119=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 123 - color contains mainly: green. Hex color #407B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407B77 is #BF8488. Grayscale: #686868. Windows color (decimal): -12551305 or 7830336. OLE color: 7830336.

HSL color Cylindrical-coordinate representation of color #407B77: hue angle of 175.93º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407B77 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 123 119 -
CMYK 0.48 0 0.03 0.52
HSL 175.93º 0.32% 0.37% -
HSV(B) 175.93º 0.48% 0.48% -
XYZ 12.53 16.59 19.99 -
YUV 104.9 135.95 98.83 -
System Red Green Blue C M Y K H S L
Decimal 64 123 119 0.48 0 0.03 0.52 175.93 0.32 0.37
Hex 40 7B 77 30 0 3 34 B0 20 25
Octal 100 173 167 60 0 3 64 260 40 45
Binary 1000000 1111011 1110111 110000 0 11 110100 10110000 100000 100101

Color Harmonies of #407B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B77

Black with #407B77

Text Example


Text Example

White with #407B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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