Html Css Color HEX #407A75 Ming

📋 copy color: '#407A75'

red 64 ◦ green 122 ◦ blue 117

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

Shades of Ming #407A75

Tints of Ming #407A75

RGB

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

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

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

R = 21.12%
G = 40.26%
B = 38.61%

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

#407A75 (or 0x407A75) is known color: Ming. HEX triplet: 40, 7A and 75. RGB value is (64,122,117). Sum of RGB (Red+Green+Blue) = 64+122+117=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 122 - color contains mainly: green. Hex color #407A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A75 is #BF858A. Grayscale: #686868. Windows color (decimal): -12551563 or 7699008. OLE color: 7699008.

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

Color convert

RGB 64 122 117 -
CMYK 0.48 0 0.04 0.52
HSL 174.83º 0.31% 0.36% -
HSV(B) 174.83º 0.48% 0.48% -
XYZ 12.28 16.29 19.33 -
YUV 104.09 135.28 99.41 -
System Red Green Blue C M Y K H S L
Decimal 64 122 117 0.48 0 0.04 0.52 174.83 0.31 0.36
Hex 40 7A 75 30 0 4 34 AF 1F 24
Octal 100 172 165 60 0 4 64 257 37 44
Binary 1000000 1111010 1110101 110000 0 100 110100 10101111 11111 100100

Color Harmonies of #407A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407A75

Black with #407A75

Text Example


Text Example

White with #407A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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