Html Css Color HEX #82728E Topaz

📋 copy color: '#82728E'

red 130 ◦ green 114 ◦ blue 142

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

Shades of Topaz #82728E

Tints of Topaz #82728E

RGB

 RED value IS 130 (51.17% from 255) = 33.68%

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

 BLUE value IS 142 (55.86% from 255) = 36.79%

R = 33.68%
G = 29.53%
B = 36.79%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#82728E (or 0x82728E) is known color: Topaz. HEX triplet: 82, 72 and 8E. RGB value is (130,114,142). Sum of RGB (Red+Green+Blue) = 130+114+142=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 142 - color contains mainly: blue. Hex color #82728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82728E is #7D8D71. Grayscale: #797979. Windows color (decimal): -8228210 or 9335426. OLE color: 9335426.

HSL color Cylindrical-coordinate representation of color #82728E: hue angle of 274.29º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #82728E is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 114 142 -
CMYK 0.08 0.20 0 0.44
HSL 274.29º 0.11% 0.5% -
HSV(B) 274.29º 0.2% 0.56% -
XYZ 20.11 18.73 28.15 -
YUV 121.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 130 114 142 0.08 0.20 0 0.44 274.29 0.11 0.5
Hex 82 72 8E 8 14 0 2C 112 B 32
Octal 202 162 216 10 24 0 54 422 13 62
Binary 10000010 1110010 10001110 1000 10100 0 101100 100010010 1011 110010

Color Harmonies of #82728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82728E

Black with #82728E

Text Example


Text Example

White with #82728E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82728E; }

 p { color: rgb(130,114,142); }

 H1.HeaderClassName
 {
   color: #82728E;
 }
 .AnyTagClassName
 {
   color: #82728E;
 }
</style>

background-color css

<style>
 a { background-color: #82728E; }

 a { background-color: rgb(130,114,142); }

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

border-color css

<style>
 span { border-color: #82728E; }

 span { border-color: rgb(130,114,142); }

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