Html Css Color HEX #82788C Topaz

📋 copy color: '#82788C'

red 130 ◦ green 120 ◦ blue 140

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

Shades of Topaz #82788C

Tints of Topaz #82788C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.9%

R = 33.33%
G = 30.77%
B = 35.9%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82788C (or 0x82788C) is known color: Topaz. HEX triplet: 82, 78 and 8C. RGB value is (130,120,140). Sum of RGB (Red+Green+Blue) = 130+120+140=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 140 - color contains mainly: blue. Hex color #82788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82788C is #7D8773. Grayscale: #7D7D7D. Windows color (decimal): -8226676 or 9205890. OLE color: 9205890.

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

Color convert

RGB 130 120 140 -
CMYK 0.07 0.14 0 0.45
HSL 270º 0.08% 0.51% -
HSV(B) 270º 0.14% 0.55% -
XYZ 20.66 20.07 27.6 -
YUV 125.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 130 120 140 0.07 0.14 0 0.45 270 0.08 0.51
Hex 82 78 8C 7 E 0 2D 10E 8 33
Octal 202 170 214 7 16 0 55 416 10 63
Binary 10000010 1111000 10001100 111 1110 0 101101 100001110 1000 110011

Color Harmonies of #82788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82788C

Black with #82788C

Text Example


Text Example

White with #82788C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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