Html Css Color HEX #7F6F8A Mamba

📋 copy color: '#7F6F8A'

red 127 ◦ green 111 ◦ blue 138

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

Shades of Mamba #7F6F8A

Tints of Mamba #7F6F8A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.52%

 BLUE value IS 138 (54.3% from 255) = 36.7%

R = 33.78%
G = 29.52%
B = 36.7%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7F6F8A (or 0x7F6F8A) is known color: Mamba. HEX triplet: 7F, 6F and 8A. RGB value is (127,111,138). Sum of RGB (Red+Green+Blue) = 127+111+138=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F6F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6F8A is #809075. Grayscale: #767676. Windows color (decimal): -8425590 or 9072511. OLE color: 9072511.

HSL color Cylindrical-coordinate representation of color #7F6F8A: hue angle of 275.56º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F6F8A is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 127 111 138 -
CMYK 0.08 0.20 0 0.46
HSL 275.56º 0.11% 0.49% -
HSV(B) 275.56º 0.2% 0.54% -
XYZ 19.02 17.72 26.46 -
YUV 118.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 127 111 138 0.08 0.20 0 0.46 275.56 0.11 0.49
Hex 7F 6F 8A 8 14 0 2E 114 B 31
Octal 177 157 212 10 24 0 56 424 13 61
Binary 1111111 1101111 10001010 1000 10100 0 101110 100010100 1011 110001

Color Harmonies of #7F6F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6F8A

Black with #7F6F8A

Text Example


Text Example

White with #7F6F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,111,138); }

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

background-color css

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

 a { background-color: rgb(127,111,138); }

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

border-color css

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

 span { border-color: rgb(127,111,138); }

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