Html Css Color HEX #766682 Mamba

📋 copy color: '#766682'

red 118 ◦ green 102 ◦ blue 130

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

Shades of Mamba #766682

Tints of Mamba #766682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.14%

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

R = 33.71%
G = 29.14%
B = 37.14%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#766682 (or 0x766682) is known color: Mamba. HEX triplet: 76, 66 and 82. RGB value is (118,102,130). Sum of RGB (Red+Green+Blue) = 118+102+130=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 130 - color contains mainly: blue. Hex color #766682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766682 is #89997D. Grayscale: #6D6D6D. Windows color (decimal): -9017726 or 8545910. OLE color: 8545910.

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

Color convert

RGB 118 102 130 -
CMYK 0.09 0.22 0 0.49
HSL 274.29º 0.12% 0.45% -
HSV(B) 274.29º 0.22% 0.51% -
XYZ 16.25 14.97 23.15 -
YUV 109.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 118 102 130 0.09 0.22 0 0.49 274.29 0.12 0.45
Hex 76 66 82 9 16 0 31 112 C 2D
Octal 166 146 202 11 26 0 61 422 14 55
Binary 1110110 1100110 10000010 1001 10110 0 110001 100010010 1100 101101

Color Harmonies of #766682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766682

Black with #766682

Text Example


Text Example

White with #766682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766682; }

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

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

background-color css

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

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

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

border-color css

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

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

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