Html Css Color HEX #7F7882 Mamba

📋 copy color: '#7F7882'

red 127 ◦ green 120 ◦ blue 130

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

Shades of Mamba #7F7882

Tints of Mamba #7F7882

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.83%

 BLUE value IS 130 (51.17% from 255) = 34.48%

R = 33.69%
G = 31.83%
B = 34.48%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7F7882 (or 0x7F7882) is known color: Mamba. HEX triplet: 7F, 78 and 82. RGB value is (127,120,130). Sum of RGB (Red+Green+Blue) = 127+120+130=377 (49% of max value = 765). Red value is 127 (50% from 255 or 33.69% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 130 - color contains mainly: blue. Hex color #7F7882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7882 is #80877D. Grayscale: #7B7B7B. Windows color (decimal): -8423294 or 8550527. OLE color: 8550527.

HSL color Cylindrical-coordinate representation of color #7F7882: hue angle of 282º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7F7882 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 127 120 130 -
CMYK 0.02 0.08 0 0.49
HSL 282º 0.04% 0.49% -
HSV(B) 282º 0.08% 0.51% -
XYZ 19.5 19.56 23.87 -
YUV 123.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 127 120 130 0.02 0.08 0 0.49 282 0.04 0.49
Hex 7F 78 82 2 8 0 31 11A 4 31
Octal 177 170 202 2 10 0 61 432 4 61
Binary 1111111 1111000 10000010 10 1000 0 110001 100011010 100 110001

Color Harmonies of #7F7882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7882

Black with #7F7882

Text Example


Text Example

White with #7F7882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,120,130); }

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

background-color css

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

 a { background-color: rgb(127,120,130); }

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

border-color css

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

 span { border-color: rgb(127,120,130); }

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