Html Css Color HEX #7F7286 Mamba

📋 copy color: '#7F7286'

red 127 ◦ green 114 ◦ blue 134

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

Shades of Mamba #7F7286

Tints of Mamba #7F7286

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.4%

 BLUE value IS 134 (52.73% from 255) = 35.73%

R = 33.87%
G = 30.4%
B = 35.73%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7F7286 (or 0x7F7286) is known color: Mamba. HEX triplet: 7F, 72 and 86. RGB value is (127,114,134). Sum of RGB (Red+Green+Blue) = 127+114+134=375 (49% of max value = 765). Red value is 127 (50% from 255 or 33.87% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 134 - color contains mainly: blue. Hex color #7F7286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7286 is #808D79. Grayscale: #787878. Windows color (decimal): -8424826 or 8811135. OLE color: 8811135.

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

Color convert

RGB 127 114 134 -
CMYK 0.05 0.15 0 0.47
HSL 279º 0.08% 0.49% -
HSV(B) 279º 0.15% 0.53% -
XYZ 19.07 18.27 25.08 -
YUV 120.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 127 114 134 0.05 0.15 0 0.47 279 0.08 0.49
Hex 7F 72 86 5 F 0 2F 117 8 31
Octal 177 162 206 5 17 0 57 427 10 61
Binary 1111111 1110010 10000110 101 1111 0 101111 100010111 1000 110001

Color Harmonies of #7F7286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7286

Black with #7F7286

Text Example


Text Example

White with #7F7286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,114,134); }

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

background-color css

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

 a { background-color: rgb(127,114,134); }

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

border-color css

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

 span { border-color: rgb(127,114,134); }

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