Html Css Color HEX #817C7B Grey

📋 copy color: '#817C7B'

red 129 ◦ green 124 ◦ blue 123

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

Shades of Grey #817C7B

Tints of Grey #817C7B

RGB

 RED value IS 129 (50.78% from 255) = 34.31%

 GREEN value IS 124 (48.83% from 255) = 32.98%

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

R = 34.31%
G = 32.98%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#817C7B (or 0x817C7B) is known color: Grey. HEX triplet: 81, 7C and 7B. RGB value is (129,124,123). Sum of RGB (Red+Green+Blue) = 129+124+123=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 129 - color contains mainly: red. Hex color #817C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817C7B is #7E8384. Grayscale: #7D7D7D. Windows color (decimal): -8291205 or 8092801. OLE color: 8092801.

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

Color convert

RGB 129 124 123 -
CMYK 0 0.04 0.05 0.49
HSL 10º 0.02% 0.49% -
HSV(B) 10º 0.05% 0.51% -
XYZ 19.84 20.51 21.65 -
YUV 125.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 129 124 123 0 0.04 0.05 0.49 10 0.02 0.49
Hex 81 7C 7B 0 4 5 31 A 2 31
Octal 201 174 173 0 4 5 61 12 2 61
Binary 10000001 1111100 1111011 0 100 101 110001 1010 10 110001

Color Harmonies of #817C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817C7B

Black with #817C7B

Text Example


Text Example

White with #817C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817C7B; }

 p { color: rgb(129,124,123); }

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

background-color css

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

 a { background-color: rgb(129,124,123); }

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

border-color css

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

 span { border-color: rgb(129,124,123); }

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