Html Css Color HEX #777678 Mamba

📋 copy color: '#777678'

red 119 ◦ green 118 ◦ blue 120

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

Shades of Mamba #777678

Tints of Mamba #777678

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.05%

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

R = 33.33%
G = 33.05%
B = 33.61%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#777678 (or 0x777678) is known color: Mamba. HEX triplet: 77, 76 and 78. RGB value is (119,118,120). Sum of RGB (Red+Green+Blue) = 119+118+120=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 120 - color contains mainly: blue. Hex color #777678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777678 is #888987. Grayscale: #767676. Windows color (decimal): -8948104 or 7894647. OLE color: 7894647.

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

Color convert

RGB 119 118 120 -
CMYK 0.01 0.02 0 0.53
HSL 270º 0.01% 0.47% -
HSV(B) 270º 0.02% 0.47% -
XYZ 17.48 18.23 20.37 -
YUV 118.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 119 118 120 0.01 0.02 0 0.53 270 0.01 0.47
Hex 77 76 78 1 2 0 35 10E 1 2F
Octal 167 166 170 1 2 0 65 416 1 57
Binary 1110111 1110110 1111000 1 10 0 110101 100001110 1 101111

Color Harmonies of #777678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777678

Black with #777678

Text Example


Text Example

White with #777678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777678; }

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

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

background-color css

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

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

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

border-color css

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

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

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