Html Css Color HEX #7F7A8D Topaz

📋 copy color: '#7F7A8D'

red 127 ◦ green 122 ◦ blue 141

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

Shades of Topaz #7F7A8D

Tints of Topaz #7F7A8D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.28%

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

R = 32.56%
G = 31.28%
B = 36.15%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7F7A8D (or 0x7F7A8D) is known color: Topaz. HEX triplet: 7F, 7A and 8D. RGB value is (127,122,141). Sum of RGB (Red+Green+Blue) = 127+122+141=390 (51% of max value = 765). Red value is 127 (50% from 255 or 32.56% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F7A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7A8D is #808572. Grayscale: #7D7D7D. Windows color (decimal): -8422771 or 9271935. OLE color: 9271935.

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

Color convert

RGB 127 122 141 -
CMYK 0.10 0.13 0 0.45
HSL 255.79º 0.08% 0.52% -
HSV(B) 255.79º 0.13% 0.55% -
XYZ 20.52 20.35 28.05 -
YUV 125.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 127 122 141 0.10 0.13 0 0.45 255.79 0.08 0.52
Hex 7F 7A 8D A D 0 2D 100 8 34
Octal 177 172 215 12 15 0 55 400 10 64
Binary 1111111 1111010 10001101 1010 1101 0 101101 100000000 1000 110100

Color Harmonies of #7F7A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7A8D

Black with #7F7A8D

Text Example


Text Example

White with #7F7A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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