Html Css Color HEX #827375 Empress

📋 copy color: '#827375'

red 130 ◦ green 115 ◦ blue 117

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

Shades of Empress #827375

Tints of Empress #827375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.77%

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

R = 35.91%
G = 31.77%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#827375 (or 0x827375) is known color: Empress. HEX triplet: 82, 73 and 75. RGB value is (130,115,117). Sum of RGB (Red+Green+Blue) = 130+115+117=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 130 - color contains mainly: red. Hex color #827375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827375 is #7D8C8A. Grayscale: #777777. Windows color (decimal): -8227979 or 7697282. OLE color: 7697282.

HSL color Cylindrical-coordinate representation of color #827375: hue angle of 352º degrees, saturation: 0.06, 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 #827375 is Cyan = 0, Magento = 0.12, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 115 117 -
CMYK 0 0.12 0.1 0.49
HSL 352º 0.06% 0.48% -
HSV(B) 352º 0.12% 0.51% -
XYZ 18.55 18.29 19.38 -
YUV 119.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 130 115 117 0 0.12 0.1 0.49 352 0.06 0.48
Hex 82 73 75 0 C A 31 160 6 30
Octal 202 163 165 0 14 12 61 540 6 60
Binary 10000010 1110011 1110101 0 1100 1010 110001 101100000 110 110000

Color Harmonies of #827375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827375

Black with #827375

Text Example


Text Example

White with #827375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827375; }

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

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

background-color css

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

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

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

border-color css

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

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

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