Html Css Color HEX #76618C Mamba

📋 copy color: '#76618C'

red 118 ◦ green 97 ◦ blue 140

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

Shades of Mamba #76618C

Tints of Mamba #76618C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.44%

R = 33.24%
G = 27.32%
B = 39.44%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76618C (or 0x76618C) is known color: Mamba. HEX triplet: 76, 61 and 8C. RGB value is (118,97,140). Sum of RGB (Red+Green+Blue) = 118+97+140=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 140 - color contains mainly: blue. Hex color #76618C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76618C is #899E73. Grayscale: #6C6C6C. Windows color (decimal): -9018996 or 9199990. OLE color: 9199990.

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

Color convert

RGB 118 97 140 -
CMYK 0.16 0.31 0 0.45
HSL 269.3º 0.18% 0.46% -
HSV(B) 269.3º 0.31% 0.55% -
XYZ 16.48 14.29 26.7 -
YUV 108.18 145.96 135 -
System Red Green Blue C M Y K H S L
Decimal 118 97 140 0.16 0.31 0 0.45 269.3 0.18 0.46
Hex 76 61 8C 10 1F 0 2D 10D 12 2E
Octal 166 141 214 20 37 0 55 415 22 56
Binary 1110110 1100001 10001100 10000 11111 0 101101 100001101 10010 101110

Color Harmonies of #76618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76618C

Black with #76618C

Text Example


Text Example

White with #76618C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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