Html Css Color HEX #77727B Mamba

📋 copy color: '#77727B'

red 119 ◦ green 114 ◦ blue 123

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

Shades of Mamba #77727B

Tints of Mamba #77727B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.55%

R = 33.43%
G = 32.02%
B = 34.55%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#77727B (or 0x77727B) is known color: Mamba. HEX triplet: 77, 72 and 7B. RGB value is (119,114,123). Sum of RGB (Red+Green+Blue) = 119+114+123=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 123 - color contains mainly: blue. Hex color #77727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77727B is #888D84. Grayscale: #747474. Windows color (decimal): -8949125 or 8090231. OLE color: 8090231.

HSL color Cylindrical-coordinate representation of color #77727B: hue angle of 273.33º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #77727B is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 119 114 123 -
CMYK 0.03 0.07 0 0.52
HSL 273.33º 0.04% 0.46% -
HSV(B) 273.33º 0.07% 0.48% -
XYZ 17.2 17.39 21.19 -
YUV 116.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 119 114 123 0.03 0.07 0 0.52 273.33 0.04 0.46
Hex 77 72 7B 3 7 0 34 111 4 2E
Octal 167 162 173 3 7 0 64 421 4 56
Binary 1110111 1110010 1111011 11 111 0 110100 100010001 100 101110

Color Harmonies of #77727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77727B

Black with #77727B

Text Example


Text Example

White with #77727B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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