Html Css Color HEX #82748F Topaz

📋 copy color: '#82748F'

red 130 ◦ green 116 ◦ blue 143

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

Shades of Topaz #82748F

Tints of Topaz #82748F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.82%

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

R = 33.42%
G = 29.82%
B = 36.76%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#82748F (or 0x82748F) is known color: Topaz. HEX triplet: 82, 74 and 8F. RGB value is (130,116,143). Sum of RGB (Red+Green+Blue) = 130+116+143=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 143 - color contains mainly: blue. Hex color #82748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82748F is #7D8B70. Grayscale: #7B7B7B. Windows color (decimal): -8227697 or 9401474. OLE color: 9401474.

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

Color convert

RGB 130 116 143 -
CMYK 0.09 0.19 0 0.44
HSL 271.11º 0.11% 0.51% -
HSV(B) 271.11º 0.19% 0.56% -
XYZ 20.41 19.22 28.62 -
YUV 123.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 130 116 143 0.09 0.19 0 0.44 271.11 0.11 0.51
Hex 82 74 8F 9 13 0 2C 10F B 33
Octal 202 164 217 11 23 0 54 417 13 63
Binary 10000010 1110100 10001111 1001 10011 0 101100 100001111 1011 110011

Color Harmonies of #82748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82748F

Black with #82748F

Text Example


Text Example

White with #82748F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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