Html Css Color HEX #827075 Empress

📋 copy color: '#827075'

red 130 ◦ green 112 ◦ blue 117

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

Shades of Empress #827075

Tints of Empress #827075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.2%

 BLUE value IS 117 (46.09% from 255) = 32.59%

R = 36.21%
G = 31.2%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#827075 (or 0x827075) is known color: Empress. HEX triplet: 82, 70 and 75. RGB value is (130,112,117). Sum of RGB (Red+Green+Blue) = 130+112+117=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 130 - color contains mainly: red. Hex color #827075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827075 is #7D8F8A. Grayscale: #757575. Windows color (decimal): -8228747 or 7696514. OLE color: 7696514.

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

Color convert

RGB 130 112 117 -
CMYK 0 0.14 0.1 0.49
HSL 343.33º 0.07% 0.47% -
HSV(B) 343.33º 0.14% 0.51% -
XYZ 18.21 17.62 19.27 -
YUV 117.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 130 112 117 0 0.14 0.1 0.49 343.33 0.07 0.47
Hex 82 70 75 0 E A 31 157 7 2F
Octal 202 160 165 0 16 12 61 527 7 57
Binary 10000010 1110000 1110101 0 1110 1010 110001 101010111 111 101111

Color Harmonies of #827075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827075

Black with #827075

Text Example


Text Example

White with #827075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827075; }

 p { color: rgb(130,112,117); }

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

background-color css

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

 a { background-color: rgb(130,112,117); }

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

border-color css

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

 span { border-color: rgb(130,112,117); }

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