Html Css Color HEX #766882 Mamba

📋 copy color: '#766882'

red 118 ◦ green 104 ◦ blue 130

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

Shades of Mamba #766882

Tints of Mamba #766882

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.55%

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

R = 33.52%
G = 29.55%
B = 36.93%

CMYK

 C value IS 0.09

 M value IS 0.2

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#766882 (or 0x766882) is known color: Mamba. HEX triplet: 76, 68 and 82. RGB value is (118,104,130). Sum of RGB (Red+Green+Blue) = 118+104+130=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 130 - color contains mainly: blue. Hex color #766882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766882 is #89977D. Grayscale: #6F6F6F. Windows color (decimal): -9017214 or 8546422. OLE color: 8546422.

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

Color convert

RGB 118 104 130 -
CMYK 0.09 0.2 0 0.49
HSL 272.31º 0.11% 0.46% -
HSV(B) 272.31º 0.2% 0.51% -
XYZ 16.45 15.36 23.22 -
YUV 111.15 138.64 132.89 -
System Red Green Blue C M Y K H S L
Decimal 118 104 130 0.09 0.2 0 0.49 272.31 0.11 0.46
Hex 76 68 82 9 14 0 31 110 B 2E
Octal 166 150 202 11 24 0 61 420 13 56
Binary 1110110 1101000 10000010 1001 10100 0 110001 100010000 1011 101110

Color Harmonies of #766882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766882

Black with #766882

Text Example


Text Example

White with #766882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766882; }

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

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

background-color css

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

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

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

border-color css

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

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

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