Html Css Color HEX #7F728D Topaz

📋 copy color: '#7F728D'

red 127 ◦ green 114 ◦ blue 141

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

Shades of Topaz #7F728D

Tints of Topaz #7F728D

RGB

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

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

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

R = 33.25%
G = 29.84%
B = 36.91%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7F728D (or 0x7F728D) is known color: Topaz. HEX triplet: 7F, 72 and 8D. RGB value is (127,114,141). Sum of RGB (Red+Green+Blue) = 127+114+141=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F728D is #808D72. Grayscale: #787878. Windows color (decimal): -8424819 or 9269887. OLE color: 9269887.

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

Color convert

RGB 127 114 141 -
CMYK 0.10 0.19 0 0.45
HSL 268.89º 0.11% 0.5% -
HSV(B) 268.89º 0.19% 0.55% -
XYZ 19.58 18.47 27.73 -
YUV 120.97 139.31 132.3 -
System Red Green Blue C M Y K H S L
Decimal 127 114 141 0.10 0.19 0 0.45 268.89 0.11 0.5
Hex 7F 72 8D A 13 0 2D 10D B 32
Octal 177 162 215 12 23 0 55 415 13 62
Binary 1111111 1110010 10001101 1010 10011 0 101101 100001101 1011 110010

Color Harmonies of #7F728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F728D

Black with #7F728D

Text Example


Text Example

White with #7F728D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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