Html Css Color HEX #407B76 Ming

📋 copy color: '#407B76'

red 64 ◦ green 123 ◦ blue 118

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

Shades of Ming #407B76

Tints of Ming #407B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.69%

R = 20.98%
G = 40.33%
B = 38.69%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#407B76 (or 0x407B76) is known color: Ming. HEX triplet: 40, 7B and 76. RGB value is (64,123,118). Sum of RGB (Red+Green+Blue) = 64+123+118=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 123 - color contains mainly: green. Hex color #407B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407B76 is #BF8489. Grayscale: #686868. Windows color (decimal): -12551306 or 7764800. OLE color: 7764800.

HSL color Cylindrical-coordinate representation of color #407B76: hue angle of 174.92º 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 #407B76 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 123 118 -
CMYK 0.48 0 0.04 0.52
HSL 174.92º 0.32% 0.37% -
HSV(B) 174.92º 0.48% 0.48% -
XYZ 12.47 16.56 19.68 -
YUV 104.79 135.45 98.91 -
System Red Green Blue C M Y K H S L
Decimal 64 123 118 0.48 0 0.04 0.52 174.92 0.32 0.37
Hex 40 7B 76 30 0 4 34 AF 20 25
Octal 100 173 166 60 0 4 64 257 40 45
Binary 1000000 1111011 1110110 110000 0 100 110100 10101111 100000 100101

Color Harmonies of #407B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B76

Black with #407B76

Text Example


Text Example

White with #407B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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