Html Css Color HEX #82686F Empress

📋 copy color: '#82686F'

red 130 ◦ green 104 ◦ blue 111

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

Shades of Empress #82686F

Tints of Empress #82686F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.14%

 BLUE value IS 111 (43.75% from 255) = 32.17%

R = 37.68%
G = 30.14%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82686F (or 0x82686F) is known color: Empress. HEX triplet: 82, 68 and 6F. RGB value is (130,104,111). Sum of RGB (Red+Green+Blue) = 130+104+111=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #82686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82686F is #7D9790. Grayscale: #707070. Windows color (decimal): -8230801 or 7301250. OLE color: 7301250.

HSL color Cylindrical-coordinate representation of color #82686F: hue angle of 343.85º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #82686F is Cyan = 0, Magento = 0.2, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 104 111 -
CMYK 0 0.2 0.15 0.49
HSL 343.85º 0.11% 0.46% -
HSV(B) 343.85º 0.2% 0.51% -
XYZ 17.03 15.79 17.19 -
YUV 112.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 130 104 111 0 0.2 0.15 0.49 343.85 0.11 0.46
Hex 82 68 6F 0 14 F 31 158 B 2E
Octal 202 150 157 0 24 17 61 530 13 56
Binary 10000010 1101000 1101111 0 10100 1111 110001 101011000 1011 101110

Color Harmonies of #82686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82686F

Black with #82686F

Text Example


Text Example

White with #82686F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,104,111); }

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

background-color css

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

 a { background-color: rgb(130,104,111); }

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

border-color css

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

 span { border-color: rgb(130,104,111); }

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