Html Css Color HEX #7F6688 Mamba

📋 copy color: '#7F6688'

red 127 ◦ green 102 ◦ blue 136

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

Shades of Mamba #7F6688

Tints of Mamba #7F6688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.95%

 BLUE value IS 136 (53.52% from 255) = 37.26%

R = 34.79%
G = 27.95%
B = 37.26%

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

#7F6688 (or 0x7F6688) is known color: Mamba. HEX triplet: 7F, 66 and 88. RGB value is (127,102,136). Sum of RGB (Red+Green+Blue) = 127+102+136=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 136 - color contains mainly: blue. Hex color #7F6688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6688 is #809977. Grayscale: #717171. Windows color (decimal): -8427896 or 8939135. OLE color: 8939135.

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

Color convert

RGB 127 102 136 -
CMYK 0.07 0.25 0 0.47
HSL 284.12º 0.14% 0.47% -
HSV(B) 284.12º 0.25% 0.53% -
XYZ 17.95 15.79 25.39 -
YUV 113.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 127 102 136 0.07 0.25 0 0.47 284.12 0.14 0.47
Hex 7F 66 88 7 19 0 2F 11C E 2F
Octal 177 146 210 7 31 0 57 434 16 57
Binary 1111111 1100110 10001000 111 11001 0 101111 100011100 1110 101111

Color Harmonies of #7F6688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6688

Black with #7F6688

Text Example


Text Example

White with #7F6688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,102,136); }

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

background-color css

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

 a { background-color: rgb(127,102,136); }

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

border-color css

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

 span { border-color: rgb(127,102,136); }

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