Html Css Color HEX #827B7A Grey

📋 copy color: '#827B7A'

red 130 ◦ green 123 ◦ blue 122

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

Shades of Grey #827B7A

Tints of Grey #827B7A

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #827B7A: hue angle of 7.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 #827B7A is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 123 122 -
CMYK 0 0.05 0.06 0.49
HSL 7.5º 0.03% 0.49% -
HSV(B) 7.5º 0.06% 0.51% -
XYZ 19.8 20.32 21.29 -
YUV 124.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 130 123 122 0 0.05 0.06 0.49 7.5 0.03 0.49
Hex 82 7B 7A 0 5 6 31 8 3 31
Octal 202 173 172 0 5 6 61 10 3 61
Binary 10000010 1111011 1111010 0 101 110 110001 1000 11 110001

Color Harmonies of #827B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B7A

Black with #827B7A

Text Example


Text Example

White with #827B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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