Html Css Color HEX #7B7280 Mamba

📋 copy color: '#7B7280'

red 123 ◦ green 114 ◦ blue 128

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

Shades of Mamba #7B7280

Tints of Mamba #7B7280

RGB

 RED value IS 123 (48.44% from 255) = 33.7%

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

 BLUE value IS 128 (50.39% from 255) = 35.07%

R = 33.7%
G = 31.23%
B = 35.07%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7B7280 (or 0x7B7280) is known color: Mamba. HEX triplet: 7B, 72 and 80. RGB value is (123,114,128). Sum of RGB (Red+Green+Blue) = 123+114+128=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 128 - color contains mainly: blue. Hex color #7B7280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7280 is #848D7F. Grayscale: #767676. Windows color (decimal): -8686976 or 8417915. OLE color: 8417915.

HSL color Cylindrical-coordinate representation of color #7B7280: hue angle of 278.57º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7B7280 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 123 114 128 -
CMYK 0.04 0.11 0 0.50
HSL 278.57º 0.06% 0.47% -
HSV(B) 278.57º 0.11% 0.5% -
XYZ 18.08 17.8 22.91 -
YUV 118.29 133.48 131.36 -
System Red Green Blue C M Y K H S L
Decimal 123 114 128 0.04 0.11 0 0.50 278.57 0.06 0.47
Hex 7B 72 80 4 B 0 32 117 6 2F
Octal 173 162 200 4 13 0 62 427 6 57
Binary 1111011 1110010 10000000 100 1011 0 110010 100010111 110 101111

Color Harmonies of #7B7280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7280

Black with #7B7280

Text Example


Text Example

White with #7B7280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B7280; }

 p { color: rgb(123,114,128); }

 H1.HeaderClassName
 {
   color: #7B7280;
 }
 .AnyTagClassName
 {
   color: #7B7280;
 }
</style>

background-color css

<style>
 a { background-color: #7B7280; }

 a { background-color: rgb(123,114,128); }

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

border-color css

<style>
 span { border-color: #7B7280; }

 span { border-color: rgb(123,114,128); }

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