Html Css Color HEX #82666D Empress

📋 copy color: '#82666D'

red 130 ◦ green 102 ◦ blue 109

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

Shades of Empress #82666D

Tints of Empress #82666D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.91%

 BLUE value IS 109 (42.97% from 255) = 31.96%

R = 38.12%
G = 29.91%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#82666D (or 0x82666D) is known color: Empress. HEX triplet: 82, 66 and 6D. RGB value is (130,102,109). Sum of RGB (Red+Green+Blue) = 130+102+109=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #82666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82666D is #7D9992. Grayscale: #6F6F6F. Windows color (decimal): -8231315 or 7169666. OLE color: 7169666.

HSL color Cylindrical-coordinate representation of color #82666D: hue angle of 345º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #82666D is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 102 109 -
CMYK 0 0.22 0.16 0.49
HSL 345º 0.12% 0.45% -
HSV(B) 345º 0.22% 0.51% -
XYZ 16.72 15.35 16.55 -
YUV 111.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 130 102 109 0 0.22 0.16 0.49 345 0.12 0.45
Hex 82 66 6D 0 16 10 31 159 C 2D
Octal 202 146 155 0 26 20 61 531 14 55
Binary 10000010 1100110 1101101 0 10110 10000 110001 101011001 1100 101101

Color Harmonies of #82666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82666D

Black with #82666D

Text Example


Text Example

White with #82666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82666D; }

 p { color: rgb(130,102,109); }

 H1.HeaderClassName
 {
   color: #82666D;
 }
 .AnyTagClassName
 {
   color: #82666D;
 }
</style>

background-color css

<style>
 a { background-color: #82666D; }

 a { background-color: rgb(130,102,109); }

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

border-color css

<style>
 span { border-color: #82666D; }

 span { border-color: rgb(130,102,109); }

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