Html Css Color HEX #487877 Ming

📋 copy color: '#487877'

red 72 ◦ green 120 ◦ blue 119

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

Shades of Ming #487877

Tints of Ming #487877

RGB

 RED value IS 72 (28.52% from 255) = 23.15%

 GREEN value IS 120 (47.27% from 255) = 38.59%

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

R = 23.15%
G = 38.59%
B = 38.26%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#487877 (or 0x487877) is known color: Ming. HEX triplet: 48, 78 and 77. RGB value is (72,120,119). Sum of RGB (Red+Green+Blue) = 72+120+119=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 120 - color contains mainly: green. Hex color #487877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487877 is #B78788. Grayscale: #696969. Windows color (decimal): -12027785 or 7829576. OLE color: 7829576.

HSL color Cylindrical-coordinate representation of color #487877: hue angle of 178.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #487877 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 120 119 -
CMYK 0.40 0 0.01 0.53
HSL 178.75º 0.25% 0.38% -
HSV(B) 178.75º 0.4% 0.47% -
XYZ 12.72 16.14 19.9 -
YUV 105.53 135.6 104.08 -
System Red Green Blue C M Y K H S L
Decimal 72 120 119 0.40 0 0.01 0.53 178.75 0.25 0.38
Hex 48 78 77 28 0 1 35 B3 19 26
Octal 110 170 167 50 0 1 65 263 31 46
Binary 1001000 1111000 1110111 101000 0 1 110101 10110011 11001 100110

Color Harmonies of #487877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487877

Black with #487877

Text Example


Text Example

White with #487877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487877; }

 p { color: rgb(72,120,119); }

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

background-color css

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

 a { background-color: rgb(72,120,119); }

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

border-color css

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

 span { border-color: rgb(72,120,119); }

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