Html Css Color HEX #767577 Mamba

📋 copy color: '#767577'

red 118 ◦ green 117 ◦ blue 119

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

Shades of Mamba #767577

Tints of Mamba #767577

RGB

 RED value IS 118 (46.48% from 255) = 33.33%

 GREEN value IS 117 (46.09% from 255) = 33.05%

 BLUE value IS 119 (46.88% from 255) = 33.62%

R = 33.33%
G = 33.05%
B = 33.62%

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

#767577 (or 0x767577) is known color: Mamba. HEX triplet: 76, 75 and 77. RGB value is (118,117,119). Sum of RGB (Red+Green+Blue) = 118+117+119=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 119 - color contains mainly: blue. Hex color #767577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767577 is #898A88. Grayscale: #757575. Windows color (decimal): -9013897 or 7828854. OLE color: 7828854.

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

Color convert

RGB 118 117 119 -
CMYK 0.01 0.02 0 0.53
HSL 270º 0.01% 0.46% -
HSV(B) 270º 0.02% 0.47% -
XYZ 17.16 17.91 20 -
YUV 117.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 118 117 119 0.01 0.02 0 0.53 270 0.01 0.46
Hex 76 75 77 1 2 0 35 10E 1 2E
Octal 166 165 167 1 2 0 65 416 1 56
Binary 1110110 1110101 1110111 1 10 0 110101 100001110 1 101110

Color Harmonies of #767577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767577

Black with #767577

Text Example


Text Example

White with #767577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767577; }

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

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

background-color css

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

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

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

border-color css

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

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

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