Html Css Color HEX #82768C Topaz

📋 copy color: '#82768C'

red 130 ◦ green 118 ◦ blue 140

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

Shades of Topaz #82768C

Tints of Topaz #82768C

RGB

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

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

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

R = 33.51%
G = 30.41%
B = 36.08%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82768C (or 0x82768C) is known color: Topaz. HEX triplet: 82, 76 and 8C. RGB value is (130,118,140). Sum of RGB (Red+Green+Blue) = 130+118+140=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 140 - color contains mainly: blue. Hex color #82768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82768C is #7D8973. Grayscale: #7C7C7C. Windows color (decimal): -8227188 or 9205378. OLE color: 9205378.

HSL color Cylindrical-coordinate representation of color #82768C: hue angle of 272.73º 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 #82768C is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 118 140 -
CMYK 0.07 0.16 0 0.45
HSL 272.73º 0.09% 0.51% -
HSV(B) 272.73º 0.16% 0.55% -
XYZ 20.42 19.6 27.52 -
YUV 124.1 136.98 132.21 -
System Red Green Blue C M Y K H S L
Decimal 130 118 140 0.07 0.16 0 0.45 272.73 0.09 0.51
Hex 82 76 8C 7 10 0 2D 111 9 33
Octal 202 166 214 7 20 0 55 421 11 63
Binary 10000010 1110110 10001100 111 10000 0 101101 100010001 1001 110011

Color Harmonies of #82768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82768C

Black with #82768C

Text Example


Text Example

White with #82768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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