Html Css Color HEX #766F7B Mamba

📋 copy color: '#766F7B'

red 118 ◦ green 111 ◦ blue 123

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

Shades of Mamba #766F7B

Tints of Mamba #766F7B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.53%

 BLUE value IS 123 (48.44% from 255) = 34.94%

R = 33.52%
G = 31.53%
B = 34.94%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#766F7B (or 0x766F7B) is known color: Mamba. HEX triplet: 76, 6F and 7B. RGB value is (118,111,123). Sum of RGB (Red+Green+Blue) = 118+111+123=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 123 - color contains mainly: blue. Hex color #766F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F7B is #899084. Grayscale: #727272. Windows color (decimal): -9015429 or 8089462. OLE color: 8089462.

HSL color Cylindrical-coordinate representation of color #766F7B: hue angle of 275º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #766F7B is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 111 123 -
CMYK 0.04 0.10 0 0.52
HSL 275º 0.05% 0.46% -
HSV(B) 275º 0.1% 0.48% -
XYZ 16.73 16.65 21.07 -
YUV 114.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 118 111 123 0.04 0.10 0 0.52 275 0.05 0.46
Hex 76 6F 7B 4 A 0 34 113 5 2E
Octal 166 157 173 4 12 0 64 423 5 56
Binary 1110110 1101111 1111011 100 1010 0 110100 100010011 101 101110

Color Harmonies of #766F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F7B

Black with #766F7B

Text Example


Text Example

White with #766F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766F7B; }

 p { color: rgb(118,111,123); }

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

background-color css

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

 a { background-color: rgb(118,111,123); }

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

border-color css

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

 span { border-color: rgb(118,111,123); }

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