Html Css Color HEX #78727F Mamba

📋 copy color: '#78727F'

red 120 ◦ green 114 ◦ blue 127

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

Shades of Mamba #78727F

Tints of Mamba #78727F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.58%

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

R = 33.24%
G = 31.58%
B = 35.18%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#78727F (or 0x78727F) is known color: Mamba. HEX triplet: 78, 72 and 7F. RGB value is (120,114,127). Sum of RGB (Red+Green+Blue) = 120+114+127=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 127 - color contains mainly: blue. Hex color #78727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78727F is #878D80. Grayscale: #757575. Windows color (decimal): -8883585 or 8352376. OLE color: 8352376.

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

Color convert

RGB 120 114 127 -
CMYK 0.06 0.10 0 0.50
HSL 267.69º 0.05% 0.47% -
HSV(B) 267.69º 0.1% 0.5% -
XYZ 17.59 17.56 22.54 -
YUV 117.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 120 114 127 0.06 0.10 0 0.50 267.69 0.05 0.47
Hex 78 72 7F 6 A 0 32 10C 5 2F
Octal 170 162 177 6 12 0 62 414 5 57
Binary 1111000 1110010 1111111 110 1010 0 110010 100001100 101 101111

Color Harmonies of #78727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78727F

Black with #78727F

Text Example


Text Example

White with #78727F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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