Html Css Color HEX #776387 Mamba

📋 copy color: '#776387'

red 119 ◦ green 99 ◦ blue 135

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

Shades of Mamba #776387

Tints of Mamba #776387

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.05%

 BLUE value IS 135 (53.13% from 255) = 38.24%

R = 33.71%
G = 28.05%
B = 38.24%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#776387 (or 0x776387) is known color: Mamba. HEX triplet: 77, 63 and 87. RGB value is (119,99,135). Sum of RGB (Red+Green+Blue) = 119+99+135=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 135 - color contains mainly: blue. Hex color #776387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776387 is #889C78. Grayscale: #6C6C6C. Windows color (decimal): -8952953 or 8872823. OLE color: 8872823.

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

Color convert

RGB 119 99 135 -
CMYK 0.12 0.27 0 0.47
HSL 273.33º 0.15% 0.46% -
HSV(B) 273.33º 0.27% 0.53% -
XYZ 16.44 14.59 24.87 -
YUV 109.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 119 99 135 0.12 0.27 0 0.47 273.33 0.15 0.46
Hex 77 63 87 C 1B 0 2F 111 F 2E
Octal 167 143 207 14 33 0 57 421 17 56
Binary 1110111 1100011 10000111 1100 11011 0 101111 100010001 1111 101110

Color Harmonies of #776387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776387

Black with #776387

Text Example


Text Example

White with #776387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776387; }

 p { color: rgb(119,99,135); }

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

background-color css

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

 a { background-color: rgb(119,99,135); }

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

border-color css

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

 span { border-color: rgb(119,99,135); }

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