Html Css Color HEX #407F78 Ming

📋 copy color: '#407F78'

red 64 ◦ green 127 ◦ blue 120

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

Shades of Ming #407F78

Tints of Ming #407F78

RGB

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

 GREEN value IS 127 (50% from 255) = 40.84%

 BLUE value IS 120 (47.27% from 255) = 38.59%

R = 20.58%
G = 40.84%
B = 38.59%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#407F78 (or 0x407F78) is known color: Ming. HEX triplet: 40, 7F and 78. RGB value is (64,127,120). Sum of RGB (Red+Green+Blue) = 64+127+120=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 127 - color contains mainly: green. Hex color #407F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407F78 is #BF8087. Grayscale: #6B6B6B. Windows color (decimal): -12550280 or 7896896. OLE color: 7896896.

HSL color Cylindrical-coordinate representation of color #407F78: hue angle of 173.33º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #407F78 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 127 120 -
CMYK 0.50 0 0.06 0.50
HSL 173.33º 0.33% 0.37% -
HSV(B) 173.33º 0.5% 0.5% -
XYZ 13.09 17.62 20.48 -
YUV 107.37 135.13 97.07 -
System Red Green Blue C M Y K H S L
Decimal 64 127 120 0.50 0 0.06 0.50 173.33 0.33 0.37
Hex 40 7F 78 32 0 6 32 AD 21 25
Octal 100 177 170 62 0 6 62 255 41 45
Binary 1000000 1111111 1111000 110010 0 110 110010 10101101 100001 100101

Color Harmonies of #407F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407F78

Black with #407F78

Text Example


Text Example

White with #407F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,127,120); }

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

background-color css

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

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

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

border-color css

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

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

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