Html Css Color HEX #407B75 Ming

📋 copy color: '#407B75'

red 64 ◦ green 123 ◦ blue 117

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

Shades of Ming #407B75

Tints of Ming #407B75

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.46%

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

R = 21.05%
G = 40.46%
B = 38.49%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#407B75 (or 0x407B75) is known color: Ming. HEX triplet: 40, 7B and 75. RGB value is (64,123,117). Sum of RGB (Red+Green+Blue) = 64+123+117=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 123 - color contains mainly: green. Hex color #407B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407B75 is #BF848A. Grayscale: #686868. Windows color (decimal): -12551307 or 7699264. OLE color: 7699264.

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

Color convert

RGB 64 123 117 -
CMYK 0.48 0 0.05 0.52
HSL 173.9º 0.32% 0.37% -
HSV(B) 173.9º 0.48% 0.48% -
XYZ 12.41 16.54 19.37 -
YUV 104.68 134.95 98.99 -
System Red Green Blue C M Y K H S L
Decimal 64 123 117 0.48 0 0.05 0.52 173.9 0.32 0.37
Hex 40 7B 75 30 0 5 34 AE 20 25
Octal 100 173 165 60 0 5 64 256 40 45
Binary 1000000 1111011 1110101 110000 0 101 110100 10101110 100000 100101

Color Harmonies of #407B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B75

Black with #407B75

Text Example


Text Example

White with #407B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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