Html Css Color HEX #80738B Topaz

📋 copy color: '#80738B'

red 128 ◦ green 115 ◦ blue 139

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

Shades of Topaz #80738B

Tints of Topaz #80738B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.39%

R = 33.51%
G = 30.1%
B = 36.39%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80738B (or 0x80738B) is known color: Topaz. HEX triplet: 80, 73 and 8B. RGB value is (128,115,139). Sum of RGB (Red+Green+Blue) = 128+115+139=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 139 - color contains mainly: blue. Hex color #80738B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80738B is #7F8C74. Grayscale: #797979. Windows color (decimal): -8359029 or 9139072. OLE color: 9139072.

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

Color convert

RGB 128 115 139 -
CMYK 0.08 0.17 0 0.45
HSL 272.5º 0.09% 0.5% -
HSV(B) 272.5º 0.17% 0.55% -
XYZ 19.69 18.71 27 -
YUV 121.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 128 115 139 0.08 0.17 0 0.45 272.5 0.09 0.5
Hex 80 73 8B 8 11 0 2D 110 9 32
Octal 200 163 213 10 21 0 55 420 11 62
Binary 10000000 1110011 10001011 1000 10001 0 101101 100010000 1001 110010

Color Harmonies of #80738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80738B

Black with #80738B

Text Example


Text Example

White with #80738B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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