Html Css Color HEX #82676E Empress

📋 copy color: '#82676E'

red 130 ◦ green 103 ◦ blue 110

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

Shades of Empress #82676E

Tints of Empress #82676E

RGB

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

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

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

R = 37.9%
G = 30.03%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82676E (or 0x82676E) is known color: Empress. HEX triplet: 82, 67 and 6E. RGB value is (130,103,110). Sum of RGB (Red+Green+Blue) = 130+103+110=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #82676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82676E is #7D9891. Grayscale: #6F6F6F. Windows color (decimal): -8231058 or 7235458. OLE color: 7235458.

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

Color convert

RGB 130 103 110 -
CMYK 0 0.21 0.15 0.49
HSL 344.44º 0.12% 0.46% -
HSV(B) 344.44º 0.21% 0.51% -
XYZ 16.87 15.57 16.87 -
YUV 111.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 130 103 110 0 0.21 0.15 0.49 344.44 0.12 0.46
Hex 82 67 6E 0 15 F 31 158 C 2E
Octal 202 147 156 0 25 17 61 530 14 56
Binary 10000010 1100111 1101110 0 10101 1111 110001 101011000 1100 101110

Color Harmonies of #82676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82676E

Black with #82676E

Text Example


Text Example

White with #82676E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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