Html Css Color HEX #766683 Mamba

📋 copy color: '#766683'

red 118 ◦ green 102 ◦ blue 131

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

Shades of Mamba #766683

Tints of Mamba #766683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.32%

R = 33.62%
G = 29.06%
B = 37.32%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#766683 (or 0x766683) is known color: Mamba. HEX triplet: 76, 66 and 83. RGB value is (118,102,131). Sum of RGB (Red+Green+Blue) = 118+102+131=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 131 - color contains mainly: blue. Hex color #766683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766683 is #89997C. Grayscale: #6D6D6D. Windows color (decimal): -9017725 or 8611446. OLE color: 8611446.

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

Color convert

RGB 118 102 131 -
CMYK 0.10 0.22 0 0.49
HSL 273.1º 0.12% 0.46% -
HSV(B) 273.1º 0.22% 0.51% -
XYZ 16.32 14.99 23.51 -
YUV 110.09 139.8 133.64 -
System Red Green Blue C M Y K H S L
Decimal 118 102 131 0.10 0.22 0 0.49 273.1 0.12 0.46
Hex 76 66 83 A 16 0 31 111 C 2E
Octal 166 146 203 12 26 0 61 421 14 56
Binary 1110110 1100110 10000011 1010 10110 0 110001 100010001 1100 101110

Color Harmonies of #766683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766683

Black with #766683

Text Example


Text Example

White with #766683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766683; }

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

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

background-color css

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

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

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

border-color css

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

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

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