Html Css Color HEX #78687F Mamba

📋 copy color: '#78687F'

red 120 ◦ green 104 ◦ blue 127

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

Shades of Mamba #78687F

Tints of Mamba #78687F

RGB

 RED value IS 120 (47.27% from 255) = 34.19%

 GREEN value IS 104 (41.02% from 255) = 29.63%

 BLUE value IS 127 (50% from 255) = 36.18%

R = 34.19%
G = 29.63%
B = 36.18%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#78687F (or 0x78687F) is known color: Mamba. HEX triplet: 78, 68 and 7F. RGB value is (120,104,127). Sum of RGB (Red+Green+Blue) = 120+104+127=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 127 - color contains mainly: blue. Hex color #78687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78687F is #879780. Grayscale: #6F6F6F. Windows color (decimal): -8886145 or 8349816. OLE color: 8349816.

HSL color Cylindrical-coordinate representation of color #78687F: hue angle of 281.74º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #78687F is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 120 104 127 -
CMYK 0.06 0.18 0 0.50
HSL 281.74º 0.1% 0.45% -
HSV(B) 281.74º 0.18% 0.5% -
XYZ 16.53 15.43 22.19 -
YUV 111.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 120 104 127 0.06 0.18 0 0.50 281.74 0.1 0.45
Hex 78 68 7F 6 12 0 32 11A A 2D
Octal 170 150 177 6 22 0 62 432 12 55
Binary 1111000 1101000 1111111 110 10010 0 110010 100011010 1010 101101

Color Harmonies of #78687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78687F

Black with #78687F

Text Example


Text Example

White with #78687F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78687F; }

 p { color: rgb(120,104,127); }

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

background-color css

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

 a { background-color: rgb(120,104,127); }

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

border-color css

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

 span { border-color: rgb(120,104,127); }

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