Html Css Color HEX #427C77 Ming

📋 copy color: '#427C77'

red 66 ◦ green 124 ◦ blue 119

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

Shades of Ming #427C77

Tints of Ming #427C77

RGB

 RED value IS 66 (26.17% from 255) = 21.36%

 GREEN value IS 124 (48.83% from 255) = 40.13%

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

R = 21.36%
G = 40.13%
B = 38.51%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#427C77 (or 0x427C77) is known color: Ming. HEX triplet: 42, 7C and 77. RGB value is (66,124,119). Sum of RGB (Red+Green+Blue) = 66+124+119=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 124 - color contains mainly: green. Hex color #427C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427C77 is #BD8388. Grayscale: #6A6A6A. Windows color (decimal): -12419977 or 7830594. OLE color: 7830594.

HSL color Cylindrical-coordinate representation of color #427C77: hue angle of 174.83º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #427C77 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 124 119 -
CMYK 0.47 0 0.04 0.51
HSL 174.83º 0.31% 0.37% -
HSV(B) 174.83º 0.47% 0.49% -
XYZ 12.78 16.91 20.04 -
YUV 106.09 135.28 99.41 -
System Red Green Blue C M Y K H S L
Decimal 66 124 119 0.47 0 0.04 0.51 174.83 0.31 0.37
Hex 42 7C 77 2F 0 4 33 AF 1F 25
Octal 102 174 167 57 0 4 63 257 37 45
Binary 1000010 1111100 1110111 101111 0 100 110011 10101111 11111 100101

Color Harmonies of #427C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C77

Black with #427C77

Text Example


Text Example

White with #427C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427C77; }

 p { color: rgb(66,124,119); }

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

background-color css

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

 a { background-color: rgb(66,124,119); }

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

border-color css

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

 span { border-color: rgb(66,124,119); }

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