Html Css Color HEX #766089 Mamba

📋 copy color: '#766089'

red 118 ◦ green 96 ◦ blue 137

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

Shades of Mamba #766089

Tints of Mamba #766089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.03%

R = 33.62%
G = 27.35%
B = 39.03%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#766089 (or 0x766089) is known color: Mamba. HEX triplet: 76, 60 and 89. RGB value is (118,96,137). Sum of RGB (Red+Green+Blue) = 118+96+137=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 137 - color contains mainly: blue. Hex color #766089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766089 is #899F76. Grayscale: #6B6B6B. Windows color (decimal): -9019255 or 9003126. OLE color: 9003126.

HSL color Cylindrical-coordinate representation of color #766089: hue angle of 272.2º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #766089 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 96 137 -
CMYK 0.14 0.30 0 0.46
HSL 272.2º 0.18% 0.46% -
HSV(B) 272.2º 0.3% 0.54% -
XYZ 16.17 14.02 25.52 -
YUV 107.25 144.79 135.67 -
System Red Green Blue C M Y K H S L
Decimal 118 96 137 0.14 0.30 0 0.46 272.2 0.18 0.46
Hex 76 60 89 E 1E 0 2E 110 12 2E
Octal 166 140 211 16 36 0 56 420 22 56
Binary 1110110 1100000 10001001 1110 11110 0 101110 100010000 10010 101110

Color Harmonies of #766089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766089

Black with #766089

Text Example


Text Example

White with #766089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766089; }

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

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

background-color css

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

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

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

border-color css

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

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

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