Html Css Color HEX #827877 Grey

📋 copy color: '#827877'

red 130 ◦ green 120 ◦ blue 119

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

Shades of Grey #827877

Tints of Grey #827877

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.52%

 BLUE value IS 119 (46.88% from 255) = 32.25%

R = 35.23%
G = 32.52%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#827877 (or 0x827877) is known color: Grey. HEX triplet: 82, 78 and 77. RGB value is (130,120,119). Sum of RGB (Red+Green+Blue) = 130+120+119=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 130 - color contains mainly: red. Hex color #827877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827877 is #7D8788. Grayscale: #7A7A7A. Windows color (decimal): -8226697 or 7829634. OLE color: 7829634.

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

Color convert

RGB 130 120 119 -
CMYK 0 0.08 0.08 0.49
HSL 5.45º 0.04% 0.49% -
HSV(B) 5.45º 0.08% 0.51% -
XYZ 19.25 19.51 20.2 -
YUV 122.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 130 120 119 0 0.08 0.08 0.49 5.45 0.04 0.49
Hex 82 78 77 0 8 8 31 5 4 31
Octal 202 170 167 0 10 10 61 5 4 61
Binary 10000010 1111000 1110111 0 1000 1000 110001 101 100 110001

Color Harmonies of #827877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827877

Black with #827877

Text Example


Text Example

White with #827877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827877; }

 p { color: rgb(130,120,119); }

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

background-color css

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

 a { background-color: rgb(130,120,119); }

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

border-color css

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

 span { border-color: rgb(130,120,119); }

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