Html Css Color HEX #82696B Empress

📋 copy color: '#82696B'

red 130 ◦ green 105 ◦ blue 107

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

Shades of Empress #82696B

Tints of Empress #82696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.29%

R = 38.01%
G = 30.7%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82696B (or 0x82696B) is known color: Empress. HEX triplet: 82, 69 and 6B. RGB value is (130,105,107). Sum of RGB (Red+Green+Blue) = 130+105+107=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #82696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82696B is #7D9694. Grayscale: #707070. Windows color (decimal): -8230549 or 7039362. OLE color: 7039362.

HSL color Cylindrical-coordinate representation of color #82696B: hue angle of 355.2º 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 #82696B is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 105 107 -
CMYK 0 0.19 0.18 0.49
HSL 355.2º 0.11% 0.46% -
HSV(B) 355.2º 0.19% 0.51% -
XYZ 16.91 15.91 16.09 -
YUV 112.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 130 105 107 0 0.19 0.18 0.49 355.2 0.11 0.46
Hex 82 69 6B 0 13 12 31 163 B 2E
Octal 202 151 153 0 23 22 61 543 13 56
Binary 10000010 1101001 1101011 0 10011 10010 110001 101100011 1011 101110

Color Harmonies of #82696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82696B

Black with #82696B

Text Example


Text Example

White with #82696B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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