Html Css Color HEX #447A77 Ming

📋 copy color: '#447A77'

red 68 ◦ green 122 ◦ blue 119

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

Shades of Ming #447A77

Tints of Ming #447A77

RGB

 RED value IS 68 (26.95% from 255) = 22.01%

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

 BLUE value IS 119 (46.88% from 255) = 38.51%

R = 22.01%
G = 39.48%
B = 38.51%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#447A77 (or 0x447A77) is known color: Ming. HEX triplet: 44, 7A and 77. RGB value is (68,122,119). Sum of RGB (Red+Green+Blue) = 68+122+119=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 122 - color contains mainly: green. Hex color #447A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447A77 is #BB8588. Grayscale: #696969. Windows color (decimal): -12289417 or 7830084. OLE color: 7830084.

HSL color Cylindrical-coordinate representation of color #447A77: hue angle of 176.67º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #447A77 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB 68 122 119 -
CMYK 0.44 0 0.02 0.52
HSL 176.67º 0.28% 0.37% -
HSV(B) 176.67º 0.44% 0.48% -
XYZ 12.67 16.48 19.97 -
YUV 105.51 135.61 101.24 -
System Red Green Blue C M Y K H S L
Decimal 68 122 119 0.44 0 0.02 0.52 176.67 0.28 0.37
Hex 44 7A 77 2C 0 2 34 B1 1C 25
Octal 104 172 167 54 0 2 64 261 34 45
Binary 1000100 1111010 1110111 101100 0 10 110100 10110001 11100 100101

Color Harmonies of #447A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447A77

Black with #447A77

Text Example


Text Example

White with #447A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447A77; }

 p { color: rgb(68,122,119); }

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

background-color css

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

 a { background-color: rgb(68,122,119); }

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

border-color css

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

 span { border-color: rgb(68,122,119); }

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