Html Css Color HEX #766883 Mamba

📋 copy color: '#766883'

red 118 ◦ green 104 ◦ blue 131

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

Shades of Mamba #766883

Tints of Mamba #766883

RGB

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

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

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

R = 33.43%
G = 29.46%
B = 37.11%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#766883 (or 0x766883) is known color: Mamba. HEX triplet: 76, 68 and 83. RGB value is (118,104,131). Sum of RGB (Red+Green+Blue) = 118+104+131=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 131 - color contains mainly: blue. Hex color #766883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766883 is #89977C. Grayscale: #6F6F6F. Windows color (decimal): -9017213 or 8611958. OLE color: 8611958.

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

Color convert

RGB 118 104 131 -
CMYK 0.10 0.21 0 0.49
HSL 271.11º 0.11% 0.46% -
HSV(B) 271.11º 0.21% 0.51% -
XYZ 16.52 15.39 23.57 -
YUV 111.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 118 104 131 0.10 0.21 0 0.49 271.11 0.11 0.46
Hex 76 68 83 A 15 0 31 10F B 2E
Octal 166 150 203 12 25 0 61 417 13 56
Binary 1110110 1101000 10000011 1010 10101 0 110001 100001111 1011 101110

Color Harmonies of #766883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766883

Black with #766883

Text Example


Text Example

White with #766883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766883; }

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

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

background-color css

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

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

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

border-color css

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

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

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