Html Css Color HEX #76608C Mamba

📋 copy color: '#76608C'

red 118 ◦ green 96 ◦ blue 140

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

Shades of Mamba #76608C

Tints of Mamba #76608C

RGB

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

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

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

R = 33.33%
G = 27.12%
B = 39.55%

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

#76608C (or 0x76608C) is known color: Mamba. HEX triplet: 76, 60 and 8C. RGB value is (118,96,140). Sum of RGB (Red+Green+Blue) = 118+96+140=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 140 - color contains mainly: blue. Hex color #76608C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76608C is #899F73. Grayscale: #6B6B6B. Windows color (decimal): -9019252 or 9199734. OLE color: 9199734.

HSL color Cylindrical-coordinate representation of color #76608C: hue angle of 270º degrees, saturation: 0.19, 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 #76608C is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 96 140 -
CMYK 0.16 0.31 0 0.45
HSL 270º 0.19% 0.46% -
HSV(B) 270º 0.31% 0.55% -
XYZ 16.39 14.11 26.67 -
YUV 107.59 146.29 135.42 -
System Red Green Blue C M Y K H S L
Decimal 118 96 140 0.16 0.31 0 0.45 270 0.19 0.46
Hex 76 60 8C 10 1F 0 2D 10E 13 2E
Octal 166 140 214 20 37 0 55 416 23 56
Binary 1110110 1100000 10001100 10000 11111 0 101101 100001110 10011 101110

Color Harmonies of #76608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76608C

Black with #76608C

Text Example


Text Example

White with #76608C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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