Html Css Color HEX #766081 Mamba

📋 copy color: '#766081'

red 118 ◦ green 96 ◦ blue 129

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

Shades of Mamba #766081

Tints of Mamba #766081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.61%

R = 34.4%
G = 27.99%
B = 37.61%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#766081 (or 0x766081) is known color: Mamba. HEX triplet: 76, 60 and 81. RGB value is (118,96,129). Sum of RGB (Red+Green+Blue) = 118+96+129=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 129 - color contains mainly: blue. Hex color #766081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766081 is #899F7E. Grayscale: #6A6A6A. Windows color (decimal): -9019263 or 8478838. OLE color: 8478838.

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

Color convert

RGB 118 96 129 -
CMYK 0.09 0.26 0 0.49
HSL 280º 0.15% 0.44% -
HSV(B) 280º 0.26% 0.51% -
XYZ 15.62 13.8 22.61 -
YUV 106.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 118 96 129 0.09 0.26 0 0.49 280 0.15 0.44
Hex 76 60 81 9 1A 0 31 118 F 2C
Octal 166 140 201 11 32 0 61 430 17 54
Binary 1110110 1100000 10000001 1001 11010 0 110001 100011000 1111 101100

Color Harmonies of #766081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766081

Black with #766081

Text Example


Text Example

White with #766081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766081; }

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

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

background-color css

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

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

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

border-color css

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

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

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