Html Css Color HEX #408078 Ming

📋 copy color: '#408078'

red 64 ◦ green 128 ◦ blue 120

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

Shades of Ming #408078

Tints of Ming #408078

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.03%

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

R = 20.51%
G = 41.03%
B = 38.46%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#408078 (or 0x408078) is known color: Ming. HEX triplet: 40, 80 and 78. RGB value is (64,128,120). Sum of RGB (Red+Green+Blue) = 64+128+120=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 128 - color contains mainly: green. Hex color #408078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408078 is #BF7F87. Grayscale: #6B6B6B. Windows color (decimal): -12550024 or 7897152. OLE color: 7897152.

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

Color convert

RGB 64 128 120 -
CMYK 0.5 0 0.06 0.50
HSL 172.5º 0.33% 0.38% -
HSV(B) 172.5º 0.5% 0.5% -
XYZ 13.22 17.88 20.52 -
YUV 107.95 134.8 96.65 -
System Red Green Blue C M Y K H S L
Decimal 64 128 120 0.5 0 0.06 0.50 172.5 0.33 0.38
Hex 40 80 78 32 0 6 32 AC 21 26
Octal 100 200 170 62 0 6 62 254 41 46
Binary 1000000 10000000 1111000 110010 0 110 110010 10101100 100001 100110

Color Harmonies of #408078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408078

Black with #408078

Text Example


Text Example

White with #408078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408078; }

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

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

background-color css

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

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

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

border-color css

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

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

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