Html Css Color HEX #7E7185 Mamba

📋 copy color: '#7E7185'

red 126 ◦ green 113 ◦ blue 133

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

Shades of Mamba #7E7185

Tints of Mamba #7E7185

RGB

 RED value IS 126 (49.61% from 255) = 33.87%

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

 BLUE value IS 133 (52.34% from 255) = 35.75%

R = 33.87%
G = 30.38%
B = 35.75%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7E7185 (or 0x7E7185) is known color: Mamba. HEX triplet: 7E, 71 and 85. RGB value is (126,113,133). Sum of RGB (Red+Green+Blue) = 126+113+133=372 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.87% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 133 - color contains mainly: blue. Hex color #7E7185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7185 is #818E7A. Grayscale: #777777. Windows color (decimal): -8490619 or 8745342. OLE color: 8745342.

HSL color Cylindrical-coordinate representation of color #7E7185: hue angle of 279º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7E7185 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 126 113 133 -
CMYK 0.05 0.15 0 0.48
HSL 279º 0.08% 0.48% -
HSV(B) 279º 0.15% 0.52% -
XYZ 18.74 17.94 24.67 -
YUV 119.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 126 113 133 0.05 0.15 0 0.48 279 0.08 0.48
Hex 7E 71 85 5 F 0 30 117 8 30
Octal 176 161 205 5 17 0 60 427 10 60
Binary 1111110 1110001 10000101 101 1111 0 110000 100010111 1000 110000

Color Harmonies of #7E7185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7185

Black with #7E7185

Text Example


Text Example

White with #7E7185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,113,133); }

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

background-color css

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

 a { background-color: rgb(126,113,133); }

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

border-color css

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

 span { border-color: rgb(126,113,133); }

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