Html Css Color HEX #82768D Topaz

📋 copy color: '#82768D'

red 130 ◦ green 118 ◦ blue 141

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

Shades of Topaz #82768D

Tints of Topaz #82768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.33%

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

R = 33.42%
G = 30.33%
B = 36.25%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82768D (or 0x82768D) is known color: Topaz. HEX triplet: 82, 76 and 8D. RGB value is (130,118,141). Sum of RGB (Red+Green+Blue) = 130+118+141=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 141 - color contains mainly: blue. Hex color #82768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82768D is #7D8972. Grayscale: #7C7C7C. Windows color (decimal): -8227187 or 9270914. OLE color: 9270914.

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

Color convert

RGB 130 118 141 -
CMYK 0.08 0.16 0 0.45
HSL 271.3º 0.09% 0.51% -
HSV(B) 271.3º 0.16% 0.55% -
XYZ 20.49 19.63 27.91 -
YUV 124.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 130 118 141 0.08 0.16 0 0.45 271.3 0.09 0.51
Hex 82 76 8D 8 10 0 2D 10F 9 33
Octal 202 166 215 10 20 0 55 417 11 63
Binary 10000010 1110110 10001101 1000 10000 0 101101 100001111 1001 110011

Color Harmonies of #82768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82768D

Black with #82768D

Text Example


Text Example

White with #82768D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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