Html Css Color HEX #776088 Mamba

📋 copy color: '#776088'

red 119 ◦ green 96 ◦ blue 136

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

Shades of Mamba #776088

Tints of Mamba #776088

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.35%

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

R = 33.9%
G = 27.35%
B = 38.75%

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

#776088 (or 0x776088) is known color: Mamba. HEX triplet: 77, 60 and 88. RGB value is (119,96,136). Sum of RGB (Red+Green+Blue) = 119+96+136=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 136 - color contains mainly: blue. Hex color #776088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776088 is #889F77. Grayscale: #6B6B6B. Windows color (decimal): -8953720 or 8937591. OLE color: 8937591.

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

Color convert

RGB 119 96 136 -
CMYK 0.12 0.29 0 0.47
HSL 274.5º 0.17% 0.45% -
HSV(B) 274.5º 0.29% 0.53% -
XYZ 16.23 14.07 25.15 -
YUV 107.44 144.12 136.25 -
System Red Green Blue C M Y K H S L
Decimal 119 96 136 0.12 0.29 0 0.47 274.5 0.17 0.45
Hex 77 60 88 C 1D 0 2F 112 11 2D
Octal 167 140 210 14 35 0 57 422 21 55
Binary 1110111 1100000 10001000 1100 11101 0 101111 100010010 10001 101101

Color Harmonies of #776088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776088

Black with #776088

Text Example


Text Example

White with #776088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776088; }

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

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

background-color css

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

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

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

border-color css

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

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

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