Html Css Color HEX #776188 Mamba

📋 copy color: '#776188'

red 119 ◦ green 97 ◦ blue 136

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

Shades of Mamba #776188

Tints of Mamba #776188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.56%

 BLUE value IS 136 (53.52% from 255) = 38.64%

R = 33.81%
G = 27.56%
B = 38.64%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#776188 (or 0x776188) is known color: Mamba. HEX triplet: 77, 61 and 88. RGB value is (119,97,136). Sum of RGB (Red+Green+Blue) = 119+97+136=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 136 - color contains mainly: blue. Hex color #776188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776188 is #889E77. Grayscale: #6B6B6B. Windows color (decimal): -8953464 or 8937847. OLE color: 8937847.

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

Color convert

RGB 119 97 136 -
CMYK 0.12 0.29 0 0.47
HSL 273.85º 0.17% 0.46% -
HSV(B) 273.85º 0.29% 0.53% -
XYZ 16.33 14.25 25.18 -
YUV 108.02 143.79 135.83 -
System Red Green Blue C M Y K H S L
Decimal 119 97 136 0.12 0.29 0 0.47 273.85 0.17 0.46
Hex 77 61 88 C 1D 0 2F 112 11 2E
Octal 167 141 210 14 35 0 57 422 21 56
Binary 1110111 1100001 10001000 1100 11101 0 101111 100010010 10001 101110

Color Harmonies of #776188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776188

Black with #776188

Text Example


Text Example

White with #776188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776188; }

 p { color: rgb(119,97,136); }

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

background-color css

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

 a { background-color: rgb(119,97,136); }

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

border-color css

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

 span { border-color: rgb(119,97,136); }

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