Html Css Color HEX #78697F Mamba

📋 copy color: '#78697F'

red 120 ◦ green 105 ◦ blue 127

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

Shades of Mamba #78697F

Tints of Mamba #78697F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.83%

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

R = 34.09%
G = 29.83%
B = 36.08%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#78697F (or 0x78697F) is known color: Mamba. HEX triplet: 78, 69 and 7F. RGB value is (120,105,127). Sum of RGB (Red+Green+Blue) = 120+105+127=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 127 - color contains mainly: blue. Hex color #78697F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78697F is #879680. Grayscale: #6F6F6F. Windows color (decimal): -8885889 or 8350072. OLE color: 8350072.

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

Color convert

RGB 120 105 127 -
CMYK 0.06 0.17 0 0.50
HSL 280.91º 0.09% 0.45% -
HSV(B) 280.91º 0.17% 0.5% -
XYZ 16.63 15.63 22.22 -
YUV 111.99 136.47 133.71 -
System Red Green Blue C M Y K H S L
Decimal 120 105 127 0.06 0.17 0 0.50 280.91 0.09 0.45
Hex 78 69 7F 6 11 0 32 119 9 2D
Octal 170 151 177 6 21 0 62 431 11 55
Binary 1111000 1101001 1111111 110 10001 0 110010 100011001 1001 101101

Color Harmonies of #78697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78697F

Black with #78697F

Text Example


Text Example

White with #78697F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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