Html Css Color HEX #82778F Topaz

📋 copy color: '#82778F'

red 130 ◦ green 119 ◦ blue 143

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

Shades of Topaz #82778F

Tints of Topaz #82778F

RGB

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

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

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

R = 33.16%
G = 30.36%
B = 36.48%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#82778F (or 0x82778F) is known color: Topaz. HEX triplet: 82, 77 and 8F. RGB value is (130,119,143). Sum of RGB (Red+Green+Blue) = 130+119+143=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 143 - color contains mainly: blue. Hex color #82778F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82778F is #7D8870. Grayscale: #7C7C7C. Windows color (decimal): -8226929 or 9402242. OLE color: 9402242.

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

Color convert

RGB 130 119 143 -
CMYK 0.09 0.17 0 0.44
HSL 267.5º 0.1% 0.51% -
HSV(B) 267.5º 0.17% 0.56% -
XYZ 20.76 19.92 28.74 -
YUV 125.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 130 119 143 0.09 0.17 0 0.44 267.5 0.1 0.51
Hex 82 77 8F 9 11 0 2C 10C A 33
Octal 202 167 217 11 21 0 54 414 12 63
Binary 10000010 1110111 10001111 1001 10001 0 101100 100001100 1010 110011

Color Harmonies of #82778F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82778F

Black with #82778F

Text Example


Text Example

White with #82778F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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