Html Css Color HEX #82696E Empress

📋 copy color: '#82696E'

red 130 ◦ green 105 ◦ blue 110

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

Shades of Empress #82696E

Tints of Empress #82696E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.43%

 BLUE value IS 110 (43.36% from 255) = 31.88%

R = 37.68%
G = 30.43%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82696E (or 0x82696E) is known color: Empress. HEX triplet: 82, 69 and 6E. RGB value is (130,105,110). Sum of RGB (Red+Green+Blue) = 130+105+110=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #82696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82696E is #7D9691. Grayscale: #717171. Windows color (decimal): -8230546 or 7235970. OLE color: 7235970.

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

Color convert

RGB 130 105 110 -
CMYK 0 0.19 0.15 0.49
HSL 348º 0.11% 0.46% -
HSV(B) 348º 0.19% 0.51% -
XYZ 17.07 15.97 16.94 -
YUV 113.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 130 105 110 0 0.19 0.15 0.49 348 0.11 0.46
Hex 82 69 6E 0 13 F 31 15C B 2E
Octal 202 151 156 0 23 17 61 534 13 56
Binary 10000010 1101001 1101110 0 10011 1111 110001 101011100 1011 101110

Color Harmonies of #82696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82696E

Black with #82696E

Text Example


Text Example

White with #82696E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,105,110); }

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

background-color css

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

 a { background-color: rgb(130,105,110); }

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

border-color css

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

 span { border-color: rgb(130,105,110); }

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