#82676B

Color #82676B Empress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Empress #82676B

Tints of Empress #82676B

Color information

#82676B (or 0x82676B) is unknown color: approx Empress. HEX triplet: 82, 67 and 6B. RGB value is (130,103,107). Sum of RGB (Red+Green+Blue) = 130+103+107=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #82676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82676B is #7D9894. Grayscale: #6F6F6F. Windows color (decimal): -8231061 or 7038850. OLE color: 7038850.

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

Color convert

RGB130103107-
CMYK00.210.180.49
HSL351.11º11.59%45.69%-
HSV(B)351.11º20.77%50.98%-
XYZ16.7115.5116.02-
YUV111.53125.45141.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.24%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 107 (42.19% from 255) = 31.47%
R=38.24%
G=30.29%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010310700.210.180.49351.1111.5945.69
Hex82676B015123115fc2e
Octal20214715302522615371456
Binary1000001011001111101011010101100101100011010111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82676B;
 }
 .AnyTagClassName
 {
   color: #82676B;
 }
</style>
background-color css

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

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

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

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

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

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