Html Css Color HEX #77657F Mamba

📋 copy color: '#77657F'

red 119 ◦ green 101 ◦ blue 127

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

Shades of Mamba #77657F

Tints of Mamba #77657F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.11%

 BLUE value IS 127 (50% from 255) = 36.6%

R = 34.29%
G = 29.11%
B = 36.6%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#77657F (or 0x77657F) is known color: Mamba. HEX triplet: 77, 65 and 7F. RGB value is (119,101,127). Sum of RGB (Red+Green+Blue) = 119+101+127=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 127 - color contains mainly: blue. Hex color #77657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77657F is #889A80. Grayscale: #6D6D6D. Windows color (decimal): -8952449 or 8349047. OLE color: 8349047.

HSL color Cylindrical-coordinate representation of color #77657F: hue angle of 281.54º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77657F is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 101 127 -
CMYK 0.06 0.20 0 0.50
HSL 281.54º 0.11% 0.45% -
HSV(B) 281.54º 0.2% 0.5% -
XYZ 16.09 14.76 22.08 -
YUV 109.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 119 101 127 0.06 0.20 0 0.50 281.54 0.11 0.45
Hex 77 65 7F 6 14 0 32 11A B 2D
Octal 167 145 177 6 24 0 62 432 13 55
Binary 1110111 1100101 1111111 110 10100 0 110010 100011010 1011 101101

Color Harmonies of #77657F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77657F

Black with #77657F

Text Example


Text Example

White with #77657F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77657F; }

 p { color: rgb(119,101,127); }

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

background-color css

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

 a { background-color: rgb(119,101,127); }

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

border-color css

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

 span { border-color: rgb(119,101,127); }

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