Html Css Color HEX #827273 Empress

📋 copy color: '#827273'

red 130 ◦ green 114 ◦ blue 115

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

Shades of Empress #827273

Tints of Empress #827273

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.75%

 BLUE value IS 115 (45.31% from 255) = 32.03%

R = 36.21%
G = 31.75%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#827273 (or 0x827273) is known color: Empress. HEX triplet: 82, 72 and 73. RGB value is (130,114,115). Sum of RGB (Red+Green+Blue) = 130+114+115=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 130 - color contains mainly: red. Hex color #827273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827273 is #7D8D8C. Grayscale: #767676. Windows color (decimal): -8228237 or 7565954. OLE color: 7565954.

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

Color convert

RGB 130 114 115 -
CMYK 0 0.12 0.12 0.49
HSL 356.25º 0.07% 0.48% -
HSV(B) 356.25º 0.12% 0.51% -
XYZ 18.32 18.02 18.73 -
YUV 118.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 130 114 115 0 0.12 0.12 0.49 356.25 0.07 0.48
Hex 82 72 73 0 C C 31 164 7 30
Octal 202 162 163 0 14 14 61 544 7 60
Binary 10000010 1110010 1110011 0 1100 1100 110001 101100100 111 110000

Color Harmonies of #827273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827273

Black with #827273

Text Example


Text Example

White with #827273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827273; }

 p { color: rgb(130,114,115); }

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

background-color css

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

 a { background-color: rgb(130,114,115); }

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

border-color css

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

 span { border-color: rgb(130,114,115); }

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