Html Css Color HEX #78677F Mamba

📋 copy color: '#78677F'

red 120 ◦ green 103 ◦ blue 127

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

Shades of Mamba #78677F

Tints of Mamba #78677F

RGB

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

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

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

R = 34.29%
G = 29.43%
B = 36.29%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#78677F (or 0x78677F) is known color: Mamba. HEX triplet: 78, 67 and 7F. RGB value is (120,103,127). Sum of RGB (Red+Green+Blue) = 120+103+127=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 127 - color contains mainly: blue. Hex color #78677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78677F is #879880. Grayscale: #6E6E6E. Windows color (decimal): -8886401 or 8349560. OLE color: 8349560.

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

Color convert

RGB 120 103 127 -
CMYK 0.06 0.19 0 0.50
HSL 282.5º 0.1% 0.45% -
HSV(B) 282.5º 0.19% 0.5% -
XYZ 16.43 15.23 22.15 -
YUV 110.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 120 103 127 0.06 0.19 0 0.50 282.5 0.1 0.45
Hex 78 67 7F 6 13 0 32 11A A 2D
Octal 170 147 177 6 23 0 62 432 12 55
Binary 1111000 1100111 1111111 110 10011 0 110010 100011010 1010 101101

Color Harmonies of #78677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78677F

Black with #78677F

Text Example


Text Example

White with #78677F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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