Html Css Color HEX #766982 Mamba

📋 copy color: '#766982'

red 118 ◦ green 105 ◦ blue 130

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

Shades of Mamba #766982

Tints of Mamba #766982

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.75%

 BLUE value IS 130 (51.17% from 255) = 36.83%

R = 33.43%
G = 29.75%
B = 36.83%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#766982 (or 0x766982) is known color: Mamba. HEX triplet: 76, 69 and 82. RGB value is (118,105,130). Sum of RGB (Red+Green+Blue) = 118+105+130=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 130 - color contains mainly: blue. Hex color #766982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766982 is #89967D. Grayscale: #6F6F6F. Windows color (decimal): -9016958 or 8546678. OLE color: 8546678.

HSL color Cylindrical-coordinate representation of color #766982: hue angle of 271.2º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #766982 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 105 130 -
CMYK 0.09 0.19 0 0.49
HSL 271.2º 0.11% 0.46% -
HSV(B) 271.2º 0.19% 0.51% -
XYZ 16.55 15.57 23.25 -
YUV 111.74 138.31 132.47 -
System Red Green Blue C M Y K H S L
Decimal 118 105 130 0.09 0.19 0 0.49 271.2 0.11 0.46
Hex 76 69 82 9 13 0 31 10F B 2E
Octal 166 151 202 11 23 0 61 417 13 56
Binary 1110110 1101001 10000010 1001 10011 0 110001 100001111 1011 101110

Color Harmonies of #766982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766982

Black with #766982

Text Example


Text Example

White with #766982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766982; }

 p { color: rgb(118,105,130); }

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

background-color css

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

 a { background-color: rgb(118,105,130); }

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

border-color css

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

 span { border-color: rgb(118,105,130); }

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