Html Css Color HEX #82708E Topaz

📋 copy color: '#82708E'

red 130 ◦ green 112 ◦ blue 142

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

Shades of Topaz #82708E

Tints of Topaz #82708E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.17%

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

R = 33.85%
G = 29.17%
B = 36.98%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#82708E (or 0x82708E) is known color: Topaz. HEX triplet: 82, 70 and 8E. RGB value is (130,112,142). Sum of RGB (Red+Green+Blue) = 130+112+142=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 142 - color contains mainly: blue. Hex color #82708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82708E is #7D8F71. Grayscale: #787878. Windows color (decimal): -8228722 or 9334914. OLE color: 9334914.

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

Color convert

RGB 130 112 142 -
CMYK 0.08 0.21 0 0.44
HSL 276º 0.12% 0.5% -
HSV(B) 276º 0.21% 0.56% -
XYZ 19.88 18.29 28.07 -
YUV 120.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 130 112 142 0.08 0.21 0 0.44 276 0.12 0.5
Hex 82 70 8E 8 15 0 2C 114 C 32
Octal 202 160 216 10 25 0 54 424 14 62
Binary 10000010 1110000 10001110 1000 10101 0 101100 100010100 1100 110010

Color Harmonies of #82708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82708E

Black with #82708E

Text Example


Text Example

White with #82708E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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