Html Css Color HEX #80738D Topaz

📋 copy color: '#80738D'

red 128 ◦ green 115 ◦ blue 141

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

Shades of Topaz #80738D

Tints of Topaz #80738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.95%

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

R = 33.33%
G = 29.95%
B = 36.72%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80738D (or 0x80738D) is known color: Topaz. HEX triplet: 80, 73 and 8D. RGB value is (128,115,141). Sum of RGB (Red+Green+Blue) = 128+115+141=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 141 - color contains mainly: blue. Hex color #80738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80738D is #7F8C72. Grayscale: #797979. Windows color (decimal): -8359027 or 9270144. OLE color: 9270144.

HSL color Cylindrical-coordinate representation of color #80738D: hue angle of 270º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #80738D is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 115 141 -
CMYK 0.09 0.18 0 0.45
HSL 270º 0.1% 0.5% -
HSV(B) 270º 0.18% 0.55% -
XYZ 19.84 18.77 27.78 -
YUV 121.85 138.81 132.39 -
System Red Green Blue C M Y K H S L
Decimal 128 115 141 0.09 0.18 0 0.45 270 0.1 0.5
Hex 80 73 8D 9 12 0 2D 10E A 32
Octal 200 163 215 11 22 0 55 416 12 62
Binary 10000000 1110011 10001101 1001 10010 0 101101 100001110 1010 110010

Color Harmonies of #80738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80738D

Black with #80738D

Text Example


Text Example

White with #80738D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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