Html Css Color HEX #76618B Mamba

📋 copy color: '#76618B'

red 118 ◦ green 97 ◦ blue 139

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

Shades of Mamba #76618B

Tints of Mamba #76618B

RGB

 RED value IS 118 (46.48% from 255) = 33.33%

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

 BLUE value IS 139 (54.69% from 255) = 39.27%

R = 33.33%
G = 27.4%
B = 39.27%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76618B (or 0x76618B) is known color: Mamba. HEX triplet: 76, 61 and 8B. RGB value is (118,97,139). Sum of RGB (Red+Green+Blue) = 118+97+139=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 139 - color contains mainly: blue. Hex color #76618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76618B is #899E74. Grayscale: #6B6B6B. Windows color (decimal): -9018997 or 9134454. OLE color: 9134454.

HSL color Cylindrical-coordinate representation of color #76618B: hue angle of 270º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76618B is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 97 139 -
CMYK 0.15 0.30 0 0.45
HSL 270º 0.18% 0.46% -
HSV(B) 270º 0.3% 0.55% -
XYZ 16.41 14.27 26.31 -
YUV 108.07 145.46 135.08 -
System Red Green Blue C M Y K H S L
Decimal 118 97 139 0.15 0.30 0 0.45 270 0.18 0.46
Hex 76 61 8B F 1E 0 2D 10E 12 2E
Octal 166 141 213 17 36 0 55 416 22 56
Binary 1110110 1100001 10001011 1111 11110 0 101101 100001110 10010 101110

Color Harmonies of #76618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76618B

Black with #76618B

Text Example


Text Example

White with #76618B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76618B; }

 p { color: rgb(118,97,139); }

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

background-color css

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

 a { background-color: rgb(118,97,139); }

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

border-color css

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

 span { border-color: rgb(118,97,139); }

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