Html Css Color HEX #82676A Empress

📋 copy color: '#82676A'

red 130 ◦ green 103 ◦ blue 106

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

Shades of Empress #82676A

Tints of Empress #82676A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.38%

 BLUE value IS 106 (41.8% from 255) = 31.27%

R = 38.35%
G = 30.38%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82676A (or 0x82676A) is known color: Empress. HEX triplet: 82, 67 and 6A. RGB value is (130,103,106). Sum of RGB (Red+Green+Blue) = 130+103+106=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #82676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82676A is #7D9895. Grayscale: #6F6F6F. Windows color (decimal): -8231062 or 6973314. OLE color: 6973314.

HSL color Cylindrical-coordinate representation of color #82676A: hue angle of 353.33º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #82676A is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 103 106 -
CMYK 0 0.21 0.18 0.49
HSL 353.33º 0.12% 0.46% -
HSV(B) 353.33º 0.21% 0.51% -
XYZ 16.66 15.49 15.75 -
YUV 111.42 124.95 141.26 -
System Red Green Blue C M Y K H S L
Decimal 130 103 106 0 0.21 0.18 0.49 353.33 0.12 0.46
Hex 82 67 6A 0 15 12 31 161 C 2E
Octal 202 147 152 0 25 22 61 541 14 56
Binary 10000010 1100111 1101010 0 10101 10010 110001 101100001 1100 101110

Color Harmonies of #82676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82676A

Black with #82676A

Text Example


Text Example

White with #82676A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82676A; }

 p { color: rgb(130,103,106); }

 H1.HeaderClassName
 {
   color: #82676A;
 }
 .AnyTagClassName
 {
   color: #82676A;
 }
</style>

background-color css

<style>
 a { background-color: #82676A; }

 a { background-color: rgb(130,103,106); }

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

border-color css

<style>
 span { border-color: #82676A; }

 span { border-color: rgb(130,103,106); }

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