Html Css Color HEX #776085 Mamba

📋 copy color: '#776085'

red 119 ◦ green 96 ◦ blue 133

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

Shades of Mamba #776085

Tints of Mamba #776085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.22%

R = 34.2%
G = 27.59%
B = 38.22%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#776085 (or 0x776085) is known color: Mamba. HEX triplet: 77, 60 and 85. RGB value is (119,96,133). Sum of RGB (Red+Green+Blue) = 119+96+133=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 133 - color contains mainly: blue. Hex color #776085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776085 is #889F7A. Grayscale: #6A6A6A. Windows color (decimal): -8953723 or 8740983. OLE color: 8740983.

HSL color Cylindrical-coordinate representation of color #776085: hue angle of 277.3º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #776085 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 96 133 -
CMYK 0.11 0.28 0 0.48
HSL 277.3º 0.16% 0.45% -
HSV(B) 277.3º 0.28% 0.52% -
XYZ 16.02 13.98 24.04 -
YUV 107.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 119 96 133 0.11 0.28 0 0.48 277.3 0.16 0.45
Hex 77 60 85 B 1C 0 30 115 10 2D
Octal 167 140 205 13 34 0 60 425 20 55
Binary 1110111 1100000 10000101 1011 11100 0 110000 100010101 10000 101101

Color Harmonies of #776085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776085

Black with #776085

Text Example


Text Example

White with #776085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776085; }

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

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

background-color css

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

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

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

border-color css

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

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

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