Html Css Color HEX #776F7A Mamba

📋 copy color: '#776F7A'

red 119 ◦ green 111 ◦ blue 122

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

Shades of Mamba #776F7A

Tints of Mamba #776F7A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.53%

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

R = 33.81%
G = 31.53%
B = 34.66%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#776F7A (or 0x776F7A) is known color: Mamba. HEX triplet: 77, 6F and 7A. RGB value is (119,111,122). Sum of RGB (Red+Green+Blue) = 119+111+122=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 122 - color contains mainly: blue. Hex color #776F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F7A is #889085. Grayscale: #727272. Windows color (decimal): -8949894 or 8023927. OLE color: 8023927.

HSL color Cylindrical-coordinate representation of color #776F7A: hue angle of 283.64º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #776F7A is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 119 111 122 -
CMYK 0.02 0.09 0 0.52
HSL 283.64º 0.05% 0.46% -
HSV(B) 283.64º 0.09% 0.48% -
XYZ 16.81 16.7 20.75 -
YUV 114.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 119 111 122 0.02 0.09 0 0.52 283.64 0.05 0.46
Hex 77 6F 7A 2 9 0 34 11C 5 2E
Octal 167 157 172 2 11 0 64 434 5 56
Binary 1110111 1101111 1111010 10 1001 0 110100 100011100 101 101110

Color Harmonies of #776F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F7A

Black with #776F7A

Text Example


Text Example

White with #776F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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