Html Css Color HEX #407875 Ming

📋 copy color: '#407875'

red 64 ◦ green 120 ◦ blue 117

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

Shades of Ming #407875

Tints of Ming #407875

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.87%

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 21.26%
G = 39.87%
B = 38.87%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#407875 (or 0x407875) is known color: Ming. HEX triplet: 40, 78 and 75. RGB value is (64,120,117). Sum of RGB (Red+Green+Blue) = 64+120+117=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 120 - color contains mainly: green. Hex color #407875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407875 is #BF878A. Grayscale: #666666. Windows color (decimal): -12552075 or 7698496. OLE color: 7698496.

HSL color Cylindrical-coordinate representation of color #407875: hue angle of 176.79º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #407875 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 120 117 -
CMYK 0.47 0 0.02 0.53
HSL 176.79º 0.3% 0.36% -
HSV(B) 176.79º 0.47% 0.47% -
XYZ 12.04 15.81 19.25 -
YUV 102.91 135.95 100.24 -
System Red Green Blue C M Y K H S L
Decimal 64 120 117 0.47 0 0.02 0.53 176.79 0.3 0.36
Hex 40 78 75 2F 0 2 35 B1 1E 24
Octal 100 170 165 57 0 2 65 261 36 44
Binary 1000000 1111000 1110101 101111 0 10 110101 10110001 11110 100100

Color Harmonies of #407875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407875

Black with #407875

Text Example


Text Example

White with #407875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407875; }

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

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

background-color css

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

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

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

border-color css

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

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

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