Html Css Color HEX #7F668A Mamba

📋 copy color: '#7F668A'

red 127 ◦ green 102 ◦ blue 138

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

Shades of Mamba #7F668A

Tints of Mamba #7F668A

RGB

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

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

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

R = 34.6%
G = 27.79%
B = 37.6%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7F668A (or 0x7F668A) is known color: Mamba. HEX triplet: 7F, 66 and 8A. RGB value is (127,102,138). Sum of RGB (Red+Green+Blue) = 127+102+138=367 (48% of max value = 765). Red value is 127 (50% from 255 or 34.60% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F668A is #809975. Grayscale: #717171. Windows color (decimal): -8427894 or 9070207. OLE color: 9070207.

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

Color convert

RGB 127 102 138 -
CMYK 0.08 0.26 0 0.46
HSL 281.67º 0.15% 0.47% -
HSV(B) 281.67º 0.26% 0.54% -
XYZ 18.09 15.85 26.15 -
YUV 113.58 141.78 137.57 -
System Red Green Blue C M Y K H S L
Decimal 127 102 138 0.08 0.26 0 0.46 281.67 0.15 0.47
Hex 7F 66 8A 8 1A 0 2E 11A F 2F
Octal 177 146 212 10 32 0 56 432 17 57
Binary 1111111 1100110 10001010 1000 11010 0 101110 100011010 1111 101111

Color Harmonies of #7F668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F668A

Black with #7F668A

Text Example


Text Example

White with #7F668A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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