Html Css Color HEX #766782 Mamba

📋 copy color: '#766782'

red 118 ◦ green 103 ◦ blue 130

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

Shades of Mamba #766782

Tints of Mamba #766782

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.34%

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

R = 33.62%
G = 29.34%
B = 37.04%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#766782 (or 0x766782) is known color: Mamba. HEX triplet: 76, 67 and 82. RGB value is (118,103,130). Sum of RGB (Red+Green+Blue) = 118+103+130=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 130 - color contains mainly: blue. Hex color #766782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766782 is #89987D. Grayscale: #6E6E6E. Windows color (decimal): -9017470 or 8546166. OLE color: 8546166.

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

Color convert

RGB 118 103 130 -
CMYK 0.09 0.21 0 0.49
HSL 273.33º 0.12% 0.46% -
HSV(B) 273.33º 0.21% 0.51% -
XYZ 16.35 15.16 23.18 -
YUV 110.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 118 103 130 0.09 0.21 0 0.49 273.33 0.12 0.46
Hex 76 67 82 9 15 0 31 111 C 2E
Octal 166 147 202 11 25 0 61 421 14 56
Binary 1110110 1100111 10000010 1001 10101 0 110001 100010001 1100 101110

Color Harmonies of #766782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766782

Black with #766782

Text Example


Text Example

White with #766782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766782; }

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

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

background-color css

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

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

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

border-color css

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

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

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