Html Css Color HEX #777478 Mamba

📋 copy color: '#777478'

red 119 ◦ green 116 ◦ blue 120

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

Shades of Mamba #777478

Tints of Mamba #777478

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.68%

 BLUE value IS 120 (47.27% from 255) = 33.8%

R = 33.52%
G = 32.68%
B = 33.8%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#777478 (or 0x777478) is known color: Mamba. HEX triplet: 77, 74 and 78. RGB value is (119,116,120). Sum of RGB (Red+Green+Blue) = 119+116+120=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 120 - color contains mainly: blue. Hex color #777478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777478 is #888B87. Grayscale: #757575. Windows color (decimal): -8948616 or 7894135. OLE color: 7894135.

HSL color Cylindrical-coordinate representation of color #777478: hue angle of 285º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #777478 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 116 120 -
CMYK 0.01 0.03 0 0.53
HSL 285º 0.02% 0.46% -
HSV(B) 285º 0.03% 0.47% -
XYZ 17.24 17.77 20.29 -
YUV 117.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 119 116 120 0.01 0.03 0 0.53 285 0.02 0.46
Hex 77 74 78 1 3 0 35 11D 2 2E
Octal 167 164 170 1 3 0 65 435 2 56
Binary 1110111 1110100 1111000 1 11 0 110101 100011101 10 101110

Color Harmonies of #777478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777478

Black with #777478

Text Example


Text Example

White with #777478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777478; }

 p { color: rgb(119,116,120); }

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

background-color css

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

 a { background-color: rgb(119,116,120); }

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

border-color css

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

 span { border-color: rgb(119,116,120); }

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