Html Css Color HEX #766983 Mamba

📋 copy color: '#766983'

red 118 ◦ green 105 ◦ blue 131

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

Shades of Mamba #766983

Tints of Mamba #766983

RGB

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

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

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

R = 33.33%
G = 29.66%
B = 37.01%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#766983 (or 0x766983) is known color: Mamba. HEX triplet: 76, 69 and 83. RGB value is (118,105,131). Sum of RGB (Red+Green+Blue) = 118+105+131=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 131 - color contains mainly: blue. Hex color #766983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766983 is #89967C. Grayscale: #6F6F6F. Windows color (decimal): -9016957 or 8612214. OLE color: 8612214.

HSL color Cylindrical-coordinate representation of color #766983: hue angle of 270º 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 #766983 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 105 131 -
CMYK 0.10 0.20 0 0.49
HSL 270º 0.11% 0.46% -
HSV(B) 270º 0.2% 0.51% -
XYZ 16.62 15.59 23.61 -
YUV 111.85 138.81 132.39 -
System Red Green Blue C M Y K H S L
Decimal 118 105 131 0.10 0.20 0 0.49 270 0.11 0.46
Hex 76 69 83 A 14 0 31 10E B 2E
Octal 166 151 203 12 24 0 61 416 13 56
Binary 1110110 1101001 10000011 1010 10100 0 110001 100001110 1011 101110

Color Harmonies of #766983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766983

Black with #766983

Text Example


Text Example

White with #766983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766983; }

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

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

background-color css

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

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

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

border-color css

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

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

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