Html Css Color HEX #766083 Mamba

📋 copy color: '#766083'

red 118 ◦ green 96 ◦ blue 131

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

Shades of Mamba #766083

Tints of Mamba #766083

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.83%

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

R = 34.2%
G = 27.83%
B = 37.97%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#766083 (or 0x766083) is known color: Mamba. HEX triplet: 76, 60 and 83. RGB value is (118,96,131). Sum of RGB (Red+Green+Blue) = 118+96+131=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 131 - color contains mainly: blue. Hex color #766083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766083 is #899F7C. Grayscale: #6A6A6A. Windows color (decimal): -9019261 or 8609910. OLE color: 8609910.

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

Color convert

RGB 118 96 131 -
CMYK 0.10 0.27 0 0.49
HSL 277.71º 0.15% 0.45% -
HSV(B) 277.71º 0.27% 0.51% -
XYZ 15.75 13.86 23.32 -
YUV 106.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 118 96 131 0.10 0.27 0 0.49 277.71 0.15 0.45
Hex 76 60 83 A 1B 0 31 116 F 2D
Octal 166 140 203 12 33 0 61 426 17 55
Binary 1110110 1100000 10000011 1010 11011 0 110001 100010110 1111 101101

Color Harmonies of #766083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766083

Black with #766083

Text Example


Text Example

White with #766083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766083; }

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

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

background-color css

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

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

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

border-color css

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

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

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