Html Css Color HEX #77618A Mamba

📋 copy color: '#77618A'

red 119 ◦ green 97 ◦ blue 138

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

Shades of Mamba #77618A

Tints of Mamba #77618A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.98%

R = 33.62%
G = 27.4%
B = 38.98%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#77618A (or 0x77618A) is known color: Mamba. HEX triplet: 77, 61 and 8A. RGB value is (119,97,138). Sum of RGB (Red+Green+Blue) = 119+97+138=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 138 - color contains mainly: blue. Hex color #77618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77618A is #889E75. Grayscale: #6C6C6C. Windows color (decimal): -8953462 or 9068919. OLE color: 9068919.

HSL color Cylindrical-coordinate representation of color #77618A: hue angle of 272.2º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77618A is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 97 138 -
CMYK 0.14 0.30 0 0.46
HSL 272.2º 0.17% 0.46% -
HSV(B) 272.2º 0.3% 0.54% -
XYZ 16.47 14.31 25.94 -
YUV 108.25 144.79 135.67 -
System Red Green Blue C M Y K H S L
Decimal 119 97 138 0.14 0.30 0 0.46 272.2 0.17 0.46
Hex 77 61 8A E 1E 0 2E 110 11 2E
Octal 167 141 212 16 36 0 56 420 21 56
Binary 1110111 1100001 10001010 1110 11110 0 101110 100010000 10001 101110

Color Harmonies of #77618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77618A

Black with #77618A

Text Example


Text Example

White with #77618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77618A; }

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

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

background-color css

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

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

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

border-color css

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

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

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