Html Css Color HEX #77737C Mamba

📋 copy color: '#77737C'

red 119 ◦ green 115 ◦ blue 124

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

Shades of Mamba #77737C

Tints of Mamba #77737C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.12%

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

R = 33.24%
G = 32.12%
B = 34.64%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77737C (or 0x77737C) is known color: Mamba. HEX triplet: 77, 73 and 7C. RGB value is (119,115,124). Sum of RGB (Red+Green+Blue) = 119+115+124=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 124 - color contains mainly: blue. Hex color #77737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77737C is #888C83. Grayscale: #757575. Windows color (decimal): -8948868 or 8156023. OLE color: 8156023.

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

Color convert

RGB 119 115 124 -
CMYK 0.04 0.07 0 0.51
HSL 266.67º 0.04% 0.47% -
HSV(B) 266.67º 0.07% 0.49% -
XYZ 17.38 17.64 21.56 -
YUV 117.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 119 115 124 0.04 0.07 0 0.51 266.67 0.04 0.47
Hex 77 73 7C 4 7 0 33 10B 4 2F
Octal 167 163 174 4 7 0 63 413 4 57
Binary 1110111 1110011 1111100 100 111 0 110011 100001011 100 101111

Color Harmonies of #77737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77737C

Black with #77737C

Text Example


Text Example

White with #77737C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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