Html Css Color HEX #7E6587 Mamba

📋 copy color: '#7E6587'

red 126 ◦ green 101 ◦ blue 135

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

Shades of Mamba #7E6587

Tints of Mamba #7E6587

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.9%

 BLUE value IS 135 (53.13% from 255) = 37.29%

R = 34.81%
G = 27.9%
B = 37.29%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7E6587 (or 0x7E6587) is known color: Mamba. HEX triplet: 7E, 65 and 87. RGB value is (126,101,135). Sum of RGB (Red+Green+Blue) = 126+101+135=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 135 - color contains mainly: blue. Hex color #7E6587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6587 is #819A78. Grayscale: #707070. Windows color (decimal): -8493689 or 8873342. OLE color: 8873342.

HSL color Cylindrical-coordinate representation of color #7E6587: hue angle of 284.12º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7E6587 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 126 101 135 -
CMYK 0.07 0.25 0 0.47
HSL 284.12º 0.14% 0.46% -
HSV(B) 284.12º 0.25% 0.53% -
XYZ 17.63 15.49 24.98 -
YUV 112.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 126 101 135 0.07 0.25 0 0.47 284.12 0.14 0.46
Hex 7E 65 87 7 19 0 2F 11C E 2E
Octal 176 145 207 7 31 0 57 434 16 56
Binary 1111110 1100101 10000111 111 11001 0 101111 100011100 1110 101110

Color Harmonies of #7E6587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6587

Black with #7E6587

Text Example


Text Example

White with #7E6587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,101,135); }

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

background-color css

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

 a { background-color: rgb(126,101,135); }

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

border-color css

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

 span { border-color: rgb(126,101,135); }

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