Html Css Color HEX #407A76 Ming

📋 copy color: '#407A76'

red 64 ◦ green 122 ◦ blue 118

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

Shades of Ming #407A76

Tints of Ming #407A76

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.13%

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

R = 21.05%
G = 40.13%
B = 38.82%

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

#407A76 (or 0x407A76) is known color: Ming. HEX triplet: 40, 7A and 76. RGB value is (64,122,118). Sum of RGB (Red+Green+Blue) = 64+122+118=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 122 - color contains mainly: green. Hex color #407A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A76 is #BF8589. Grayscale: #686868. Windows color (decimal): -12551562 or 7764544. OLE color: 7764544.

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

Color convert

RGB 64 122 118 -
CMYK 0.48 0 0.03 0.52
HSL 175.86º 0.31% 0.36% -
HSV(B) 175.86º 0.48% 0.48% -
XYZ 12.34 16.32 19.64 -
YUV 104.2 135.78 99.33 -
System Red Green Blue C M Y K H S L
Decimal 64 122 118 0.48 0 0.03 0.52 175.86 0.31 0.36
Hex 40 7A 76 30 0 3 34 B0 1F 24
Octal 100 172 166 60 0 3 64 260 37 44
Binary 1000000 1111010 1110110 110000 0 11 110100 10110000 11111 100100

Color Harmonies of #407A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407A76

Black with #407A76

Text Example


Text Example

White with #407A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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