Html Css Color HEX #77727C Mamba

📋 copy color: '#77727C'

red 119 ◦ green 114 ◦ blue 124

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

Shades of Mamba #77727C

Tints of Mamba #77727C

RGB

 RED value IS 119 (46.88% from 255) = 33.33%

 GREEN value IS 114 (44.92% from 255) = 31.93%

 BLUE value IS 124 (48.83% from 255) = 34.73%

R = 33.33%
G = 31.93%
B = 34.73%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77727C (or 0x77727C) is known color: Mamba. HEX triplet: 77, 72 and 7C. RGB value is (119,114,124). Sum of RGB (Red+Green+Blue) = 119+114+124=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 124 - color contains mainly: blue. Hex color #77727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77727C is #888D83. Grayscale: #747474. Windows color (decimal): -8949124 or 8155767. OLE color: 8155767.

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

Color convert

RGB 119 114 124 -
CMYK 0.04 0.08 0 0.51
HSL 270º 0.04% 0.47% -
HSV(B) 270º 0.08% 0.49% -
XYZ 17.26 17.41 21.52 -
YUV 116.64 132.16 129.69 -
System Red Green Blue C M Y K H S L
Decimal 119 114 124 0.04 0.08 0 0.51 270 0.04 0.47
Hex 77 72 7C 4 8 0 33 10E 4 2F
Octal 167 162 174 4 10 0 63 416 4 57
Binary 1110111 1110010 1111100 100 1000 0 110011 100001110 100 101111

Color Harmonies of #77727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77727C

Black with #77727C

Text Example


Text Example

White with #77727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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