Html Css Color HEX #407773 Ming

📋 copy color: '#407773'

red 64 ◦ green 119 ◦ blue 115

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

Shades of Ming #407773

Tints of Ming #407773

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.93%

 BLUE value IS 115 (45.31% from 255) = 38.59%

R = 21.48%
G = 39.93%
B = 38.59%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#407773 (or 0x407773) is known color: Ming. HEX triplet: 40, 77 and 73. RGB value is (64,119,115). Sum of RGB (Red+Green+Blue) = 64+119+115=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #407773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407773 is #BF888C. Grayscale: #666666. Windows color (decimal): -12552333 or 7567168. OLE color: 7567168.

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

Color convert

RGB 64 119 115 -
CMYK 0.46 0 0.03 0.53
HSL 175.64º 0.3% 0.36% -
HSV(B) 175.64º 0.46% 0.47% -
XYZ 11.81 15.52 18.59 -
YUV 102.1 135.28 100.83 -
System Red Green Blue C M Y K H S L
Decimal 64 119 115 0.46 0 0.03 0.53 175.64 0.3 0.36
Hex 40 77 73 2E 0 3 35 B0 1E 24
Octal 100 167 163 56 0 3 65 260 36 44
Binary 1000000 1110111 1110011 101110 0 11 110101 10110000 11110 100100

Color Harmonies of #407773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407773

Black with #407773

Text Example


Text Example

White with #407773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407773; }

 p { color: rgb(64,119,115); }

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

background-color css

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

 a { background-color: rgb(64,119,115); }

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

border-color css

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

 span { border-color: rgb(64,119,115); }

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