Html Css Color HEX #766789 Mamba

📋 copy color: '#766789'

red 118 ◦ green 103 ◦ blue 137

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

Shades of Mamba #766789

Tints of Mamba #766789

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.77%

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

R = 32.96%
G = 28.77%
B = 38.27%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#766789 (or 0x766789) is known color: Mamba. HEX triplet: 76, 67 and 89. RGB value is (118,103,137). Sum of RGB (Red+Green+Blue) = 118+103+137=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 137 - color contains mainly: blue. Hex color #766789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766789 is #899876. Grayscale: #6F6F6F. Windows color (decimal): -9017463 or 9004918. OLE color: 9004918.

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

Color convert

RGB 118 103 137 -
CMYK 0.14 0.25 0 0.46
HSL 266.47º 0.14% 0.47% -
HSV(B) 266.47º 0.25% 0.54% -
XYZ 16.84 15.36 25.74 -
YUV 111.36 142.47 132.74 -
System Red Green Blue C M Y K H S L
Decimal 118 103 137 0.14 0.25 0 0.46 266.47 0.14 0.47
Hex 76 67 89 E 19 0 2E 10A E 2F
Octal 166 147 211 16 31 0 56 412 16 57
Binary 1110110 1100111 10001001 1110 11001 0 101110 100001010 1110 101111

Color Harmonies of #766789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766789

Black with #766789

Text Example


Text Example

White with #766789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766789; }

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

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

background-color css

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

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

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

border-color css

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

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

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