Html Css Color HEX #82788F Topaz

📋 copy color: '#82788F'

red 130 ◦ green 120 ◦ blue 143

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

Shades of Topaz #82788F

Tints of Topaz #82788F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.53%

 BLUE value IS 143 (56.25% from 255) = 36.39%

R = 33.08%
G = 30.53%
B = 36.39%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#82788F (or 0x82788F) is known color: Topaz. HEX triplet: 82, 78 and 8F. RGB value is (130,120,143). Sum of RGB (Red+Green+Blue) = 130+120+143=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 143 - color contains mainly: blue. Hex color #82788F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82788F is #7D8770. Grayscale: #7D7D7D. Windows color (decimal): -8226673 or 9402498. OLE color: 9402498.

HSL color Cylindrical-coordinate representation of color #82788F: hue angle of 266.09º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #82788F is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 120 143 -
CMYK 0.09 0.16 0 0.44
HSL 266.09º 0.09% 0.52% -
HSV(B) 266.09º 0.16% 0.56% -
XYZ 20.88 20.16 28.78 -
YUV 125.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 130 120 143 0.09 0.16 0 0.44 266.09 0.09 0.52
Hex 82 78 8F 9 10 0 2C 10A 9 34
Octal 202 170 217 11 20 0 54 412 11 64
Binary 10000010 1111000 10001111 1001 10000 0 101100 100001010 1001 110100

Color Harmonies of #82788F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82788F

Black with #82788F

Text Example


Text Example

White with #82788F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82788F; }

 p { color: rgb(130,120,143); }

 H1.HeaderClassName
 {
   color: #82788F;
 }
 .AnyTagClassName
 {
   color: #82788F;
 }
</style>

background-color css

<style>
 a { background-color: #82788F; }

 a { background-color: rgb(130,120,143); }

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

border-color css

<style>
 span { border-color: #82788F; }

 span { border-color: rgb(130,120,143); }

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