Html Css Color HEX #82656A Empress

📋 copy color: '#82656A'

red 130 ◦ green 101 ◦ blue 106

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

Shades of Empress #82656A

Tints of Empress #82656A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.97%

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

R = 38.58%
G = 29.97%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82656A (or 0x82656A) is known color: Empress. HEX triplet: 82, 65 and 6A. RGB value is (130,101,106). Sum of RGB (Red+Green+Blue) = 130+101+106=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #82656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82656A is #7D9A95. Grayscale: #6E6E6E. Windows color (decimal): -8231574 or 6972802. OLE color: 6972802.

HSL color Cylindrical-coordinate representation of color #82656A: hue angle of 349.66º degrees, saturation: 0.13, 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 #82656A is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 101 106 -
CMYK 0 0.22 0.18 0.49
HSL 349.66º 0.13% 0.45% -
HSV(B) 349.66º 0.22% 0.51% -
XYZ 16.46 15.09 15.68 -
YUV 110.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 130 101 106 0 0.22 0.18 0.49 349.66 0.13 0.45
Hex 82 65 6A 0 16 12 31 15E D 2D
Octal 202 145 152 0 26 22 61 536 15 55
Binary 10000010 1100101 1101010 0 10110 10010 110001 101011110 1101 101101

Color Harmonies of #82656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82656A

Black with #82656A

Text Example


Text Example

White with #82656A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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