Html Css Color HEX #82778E Topaz

📋 copy color: '#82778E'

red 130 ◦ green 119 ◦ blue 142

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

Shades of Topaz #82778E

Tints of Topaz #82778E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.43%

 BLUE value IS 142 (55.86% from 255) = 36.32%

R = 33.25%
G = 30.43%
B = 36.32%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#82778E (or 0x82778E) is known color: Topaz. HEX triplet: 82, 77 and 8E. RGB value is (130,119,142). Sum of RGB (Red+Green+Blue) = 130+119+142=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 142 - color contains mainly: blue. Hex color #82778E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82778E is #7D8871. Grayscale: #7C7C7C. Windows color (decimal): -8226930 or 9336706. OLE color: 9336706.

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

Color convert

RGB 130 119 142 -
CMYK 0.08 0.16 0 0.44
HSL 268.7º 0.09% 0.51% -
HSV(B) 268.7º 0.16% 0.56% -
XYZ 20.69 19.89 28.34 -
YUV 124.91 137.64 131.63 -
System Red Green Blue C M Y K H S L
Decimal 130 119 142 0.08 0.16 0 0.44 268.7 0.09 0.51
Hex 82 77 8E 8 10 0 2C 10D 9 33
Octal 202 167 216 10 20 0 54 415 11 63
Binary 10000010 1110111 10001110 1000 10000 0 101100 100001101 1001 110011

Color Harmonies of #82778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82778E

Black with #82778E

Text Example


Text Example

White with #82778E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82778E; }

 p { color: rgb(130,119,142); }

 H1.HeaderClassName
 {
   color: #82778E;
 }
 .AnyTagClassName
 {
   color: #82778E;
 }
</style>

background-color css

<style>
 a { background-color: #82778E; }

 a { background-color: rgb(130,119,142); }

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

border-color css

<style>
 span { border-color: #82778E; }

 span { border-color: rgb(130,119,142); }

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