Html Css Color HEX #82738D Topaz

📋 copy color: '#82738D'

red 130 ◦ green 115 ◦ blue 141

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

Shades of Topaz #82738D

Tints of Topaz #82738D

RGB

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

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

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

R = 33.68%
G = 29.79%
B = 36.53%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82738D (or 0x82738D) is known color: Topaz. HEX triplet: 82, 73 and 8D. RGB value is (130,115,141). Sum of RGB (Red+Green+Blue) = 130+115+141=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 115 (45.31% from 255 or 29.79% 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 #82738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82738D is #7D8C72. Grayscale: #7A7A7A. Windows color (decimal): -8227955 or 9270146. OLE color: 9270146.

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

Color convert

RGB 130 115 141 -
CMYK 0.08 0.18 0 0.45
HSL 274.62º 0.1% 0.5% -
HSV(B) 274.62º 0.18% 0.55% -
XYZ 20.14 18.93 27.79 -
YUV 122.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 130 115 141 0.08 0.18 0 0.45 274.62 0.1 0.5
Hex 82 73 8D 8 12 0 2D 113 A 32
Octal 202 163 215 10 22 0 55 423 12 62
Binary 10000010 1110011 10001101 1000 10010 0 101101 100010011 1010 110010

Color Harmonies of #82738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82738D

Black with #82738D

Text Example


Text Example

White with #82738D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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