Html Css Color HEX #7F758D Topaz

📋 copy color: '#7F758D'

red 127 ◦ green 117 ◦ blue 141

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

Shades of Topaz #7F758D

Tints of Topaz #7F758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.39%

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

R = 32.99%
G = 30.39%
B = 36.62%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7F758D (or 0x7F758D) is known color: Topaz. HEX triplet: 7F, 75 and 8D. RGB value is (127,117,141). Sum of RGB (Red+Green+Blue) = 127+117+141=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F758D is #808A72. Grayscale: #7A7A7A. Windows color (decimal): -8424051 or 9270655. OLE color: 9270655.

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

Color convert

RGB 127 117 141 -
CMYK 0.10 0.17 0 0.45
HSL 265º 0.1% 0.51% -
HSV(B) 265º 0.17% 0.55% -
XYZ 19.92 19.16 27.85 -
YUV 122.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 127 117 141 0.10 0.17 0 0.45 265 0.1 0.51
Hex 7F 75 8D A 11 0 2D 109 A 33
Octal 177 165 215 12 21 0 55 411 12 63
Binary 1111111 1110101 10001101 1010 10001 0 101101 100001001 1010 110011

Color Harmonies of #7F758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F758D

Black with #7F758D

Text Example


Text Example

White with #7F758D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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