Html Css Color HEX #827A7B Empress

📋 copy color: '#827A7B'

red 130 ◦ green 122 ◦ blue 123

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

Shades of Empress #827A7B

Tints of Empress #827A7B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.53%

 BLUE value IS 123 (48.44% from 255) = 32.8%

R = 34.67%
G = 32.53%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#827A7B (or 0x827A7B) is known color: Empress. HEX triplet: 82, 7A and 7B. RGB value is (130,122,123). Sum of RGB (Red+Green+Blue) = 130+122+123=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 130 - color contains mainly: red. Hex color #827A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A7B is #7D8584. Grayscale: #7C7C7C. Windows color (decimal): -8226181 or 8092290. OLE color: 8092290.

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

Color convert

RGB 130 122 123 -
CMYK 0 0.06 0.05 0.49
HSL 352.5º 0.03% 0.49% -
HSV(B) 352.5º 0.06% 0.51% -
XYZ 19.74 20.09 21.58 -
YUV 124.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 130 122 123 0 0.06 0.05 0.49 352.5 0.03 0.49
Hex 82 7A 7B 0 6 5 31 160 3 31
Octal 202 172 173 0 6 5 61 540 3 61
Binary 10000010 1111010 1111011 0 110 101 110001 101100000 11 110001

Color Harmonies of #827A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A7B

Black with #827A7B

Text Example


Text Example

White with #827A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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