Html Css Color HEX #4C777A Ming

📋 copy color: '#4C777A'

red 76 ◦ green 119 ◦ blue 122

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

Shades of Ming #4C777A

Tints of Ming #4C777A

RGB

 RED value IS 76 (30.08% from 255) = 23.97%

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

 BLUE value IS 122 (48.05% from 255) = 38.49%

R = 23.97%
G = 37.54%
B = 38.49%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4C777A (or 0x4C777A) is known color: Ming. HEX triplet: 4C, 77 and 7A. RGB value is (76,119,122). Sum of RGB (Red+Green+Blue) = 76+119+122=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 122 - color contains mainly: blue. Hex color #4C777A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C777A is #B38885. Grayscale: #6A6A6A. Windows color (decimal): -11765894 or 8025932. OLE color: 8025932.

HSL color Cylindrical-coordinate representation of color #4C777A: hue angle of 183.91º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C777A is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 76 119 122 -
CMYK 0.38 0.02 0 0.52
HSL 183.91º 0.23% 0.39% -
HSV(B) 183.91º 0.38% 0.48% -
XYZ 13.09 16.14 20.84 -
YUV 106.49 136.75 106.26 -
System Red Green Blue C M Y K H S L
Decimal 76 119 122 0.38 0.02 0 0.52 183.91 0.23 0.39
Hex 4C 77 7A 26 2 0 34 B8 17 27
Octal 114 167 172 46 2 0 64 270 27 47
Binary 1001100 1110111 1111010 100110 10 0 110100 10111000 10111 100111

Color Harmonies of #4C777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C777A

Black with #4C777A

Text Example


Text Example

White with #4C777A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C777A; }

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

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

background-color css

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

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

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

border-color css

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

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

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