Html Css Color HEX #87768B Mamba

📋 copy color: '#87768B'

red 135 ◦ green 118 ◦ blue 139

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

Shades of Mamba #87768B

Tints of Mamba #87768B

RGB

 RED value IS 135 (53.13% from 255) = 34.44%

 GREEN value IS 118 (46.48% from 255) = 30.1%

 BLUE value IS 139 (54.69% from 255) = 35.46%

R = 34.44%
G = 30.1%
B = 35.46%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87768B (or 0x87768B) is known color: Mamba. HEX triplet: 87, 76 and 8B. RGB value is (135,118,139). Sum of RGB (Red+Green+Blue) = 135+118+139=392 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.44% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 139 - color contains mainly: blue. Hex color #87768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87768B is #788974. Grayscale: #7D7D7D. Windows color (decimal): -7899509 or 9139847. OLE color: 9139847.

HSL color Cylindrical-coordinate representation of color #87768B: hue angle of 288.57º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #87768B is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 118 139 -
CMYK 0.03 0.15 0 0.45
HSL 288.57º 0.08% 0.5% -
HSV(B) 288.57º 0.15% 0.55% -
XYZ 21.13 19.97 27.17 -
YUV 125.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 135 118 139 0.03 0.15 0 0.45 288.57 0.08 0.5
Hex 87 76 8B 3 F 0 2D 121 8 32
Octal 207 166 213 3 17 0 55 441 10 62
Binary 10000111 1110110 10001011 11 1111 0 101101 100100001 1000 110010

Color Harmonies of #87768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87768B

Black with #87768B

Text Example


Text Example

White with #87768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87768B; }

 p { color: rgb(135,118,139); }

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

background-color css

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

 a { background-color: rgb(135,118,139); }

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

border-color css

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

 span { border-color: rgb(135,118,139); }

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