Html Css Color HEX #80758D Topaz

📋 copy color: '#80758D'

red 128 ◦ green 117 ◦ blue 141

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

Shades of Topaz #80758D

Tints of Topaz #80758D

RGB

 RED value IS 128 (50.39% from 255) = 33.16%

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

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

R = 33.16%
G = 30.31%
B = 36.53%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80758D (or 0x80758D) is known color: Topaz. HEX triplet: 80, 75 and 8D. RGB value is (128,117,141). Sum of RGB (Red+Green+Blue) = 128+117+141=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 141 - color contains mainly: blue. Hex color #80758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80758D is #7F8A72. Grayscale: #7A7A7A. Windows color (decimal): -8358515 or 9270656. OLE color: 9270656.

HSL color Cylindrical-coordinate representation of color #80758D: hue angle of 267.5º 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 #80758D is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 117 141 -
CMYK 0.09 0.17 0 0.45
HSL 267.5º 0.1% 0.51% -
HSV(B) 267.5º 0.17% 0.55% -
XYZ 20.07 19.23 27.85 -
YUV 123.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 128 117 141 0.09 0.17 0 0.45 267.5 0.1 0.51
Hex 80 75 8D 9 11 0 2D 10C A 33
Octal 200 165 215 11 21 0 55 414 12 63
Binary 10000000 1110101 10001101 1001 10001 0 101101 100001100 1010 110011

Color Harmonies of #80758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80758D

Black with #80758D

Text Example


Text Example

White with #80758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80758D; }

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

 H1.HeaderClassName
 {
   color: #80758D;
 }
 .AnyTagClassName
 {
   color: #80758D;
 }
</style>

background-color css

<style>
 a { background-color: #80758D; }

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

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

border-color css

<style>
 span { border-color: #80758D; }

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

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