Html Css Color HEX #78717B Mamba

📋 copy color: '#78717B'

red 120 ◦ green 113 ◦ blue 123

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

Shades of Mamba #78717B

Tints of Mamba #78717B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.74%

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

R = 33.71%
G = 31.74%
B = 34.55%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#78717B (or 0x78717B) is known color: Mamba. HEX triplet: 78, 71 and 7B. RGB value is (120,113,123). Sum of RGB (Red+Green+Blue) = 120+113+123=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 123 - color contains mainly: blue. Hex color #78717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78717B is #878E84. Grayscale: #747474. Windows color (decimal): -8883845 or 8089976. OLE color: 8089976.

HSL color Cylindrical-coordinate representation of color #78717B: hue angle of 282º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #78717B is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 120 113 123 -
CMYK 0.02 0.08 0 0.52
HSL 282º 0.04% 0.46% -
HSV(B) 282º 0.08% 0.48% -
XYZ 17.23 17.23 21.16 -
YUV 116.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 120 113 123 0.02 0.08 0 0.52 282 0.04 0.46
Hex 78 71 7B 2 8 0 34 11A 4 2E
Octal 170 161 173 2 10 0 64 432 4 56
Binary 1111000 1110001 1111011 10 1000 0 110100 100011010 100 101110

Color Harmonies of #78717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78717B

Black with #78717B

Text Example


Text Example

White with #78717B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,113,123); }

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

background-color css

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

 a { background-color: rgb(120,113,123); }

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

border-color css

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

 span { border-color: rgb(120,113,123); }

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