Html Css Color HEX #827B7C Empress

📋 copy color: '#827B7C'

red 130 ◦ green 123 ◦ blue 124

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

Shades of Empress #827B7C

Tints of Empress #827B7C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.63%

 BLUE value IS 124 (48.83% from 255) = 32.89%

R = 34.48%
G = 32.63%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#827B7C (or 0x827B7C) is known color: Empress. HEX triplet: 82, 7B and 7C. RGB value is (130,123,124). Sum of RGB (Red+Green+Blue) = 130+123+124=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 130 - color contains mainly: red. Hex color #827B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B7C is #7D8483. Grayscale: #7D7D7D. Windows color (decimal): -8225924 or 8158082. OLE color: 8158082.

HSL color Cylindrical-coordinate representation of color #827B7C: hue angle of 351.43º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #827B7C is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 123 124 -
CMYK 0 0.05 0.05 0.49
HSL 351.43º 0.03% 0.5% -
HSV(B) 351.43º 0.05% 0.51% -
XYZ 19.93 20.37 21.95 -
YUV 125.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 130 123 124 0 0.05 0.05 0.49 351.43 0.03 0.5
Hex 82 7B 7C 0 5 5 31 15F 3 32
Octal 202 173 174 0 5 5 61 537 3 62
Binary 10000010 1111011 1111100 0 101 101 110001 101011111 11 110010

Color Harmonies of #827B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B7C

Black with #827B7C

Text Example


Text Example

White with #827B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827B7C; }

 p { color: rgb(130,123,124); }

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

background-color css

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

 a { background-color: rgb(130,123,124); }

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

border-color css

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

 span { border-color: rgb(130,123,124); }

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