Html Css Color HEX #7F6787 Mamba

📋 copy color: '#7F6787'

red 127 ◦ green 103 ◦ blue 135

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

Shades of Mamba #7F6787

Tints of Mamba #7F6787

RGB

 RED value IS 127 (50% from 255) = 34.79%

 GREEN value IS 103 (40.63% from 255) = 28.22%

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

R = 34.79%
G = 28.22%
B = 36.99%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7F6787 (or 0x7F6787) is known color: Mamba. HEX triplet: 7F, 67 and 87. RGB value is (127,103,135). Sum of RGB (Red+Green+Blue) = 127+103+135=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 135 - color contains mainly: blue. Hex color #7F6787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6787 is #809878. Grayscale: #717171. Windows color (decimal): -8427641 or 8873855. OLE color: 8873855.

HSL color Cylindrical-coordinate representation of color #7F6787: hue angle of 285º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F6787 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 127 103 135 -
CMYK 0.06 0.24 0 0.47
HSL 285º 0.13% 0.47% -
HSV(B) 285º 0.24% 0.53% -
XYZ 17.98 15.96 25.06 -
YUV 113.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 127 103 135 0.06 0.24 0 0.47 285 0.13 0.47
Hex 7F 67 87 6 18 0 2F 11D D 2F
Octal 177 147 207 6 30 0 57 435 15 57
Binary 1111111 1100111 10000111 110 11000 0 101111 100011101 1101 101111

Color Harmonies of #7F6787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6787

Black with #7F6787

Text Example


Text Example

White with #7F6787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,103,135); }

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

background-color css

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

 a { background-color: rgb(127,103,135); }

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

border-color css

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

 span { border-color: rgb(127,103,135); }

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