Html Css Color HEX #7F6E8D Topaz

📋 copy color: '#7F6E8D'

red 127 ◦ green 110 ◦ blue 141

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

Shades of Topaz #7F6E8D

Tints of Topaz #7F6E8D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.1%

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 33.6%
G = 29.1%
B = 37.3%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7F6E8D (or 0x7F6E8D) is known color: Topaz. HEX triplet: 7F, 6E and 8D. RGB value is (127,110,141). Sum of RGB (Red+Green+Blue) = 127+110+141=378 (50% of max value = 765). Red value is 127 (50% from 255 or 33.60% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F6E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6E8D is #809172. Grayscale: #767676. Windows color (decimal): -8425843 or 9268863. OLE color: 9268863.

HSL color Cylindrical-coordinate representation of color #7F6E8D: hue angle of 272.9º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7F6E8D is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 127 110 141 -
CMYK 0.10 0.22 0 0.45
HSL 272.9º 0.12% 0.49% -
HSV(B) 272.9º 0.22% 0.55% -
XYZ 19.14 17.59 27.59 -
YUV 118.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 127 110 141 0.10 0.22 0 0.45 272.9 0.12 0.49
Hex 7F 6E 8D A 16 0 2D 111 C 31
Octal 177 156 215 12 26 0 55 421 14 61
Binary 1111111 1101110 10001101 1010 10110 0 101101 100010001 1100 110001

Color Harmonies of #7F6E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6E8D

Black with #7F6E8D

Text Example


Text Example

White with #7F6E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,110,141); }

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

background-color css

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

 a { background-color: rgb(127,110,141); }

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

border-color css

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

 span { border-color: rgb(127,110,141); }

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