Html Css Color HEX #817777 Grey

📋 copy color: '#817777'

red 129 ◦ green 119 ◦ blue 119

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

Shades of Grey #817777

Tints of Grey #817777

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.43%

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

R = 35.15%
G = 32.43%
B = 32.43%

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

#817777 (or 0x817777) is known color: Grey. HEX triplet: 81, 77 and 77. RGB value is (129,119,119). Sum of RGB (Red+Green+Blue) = 129+119+119=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 129 - color contains mainly: red. Hex color #817777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817777 is #7E8888. Grayscale: #7A7A7A. Windows color (decimal): -8292489 or 7829377. OLE color: 7829377.

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

Color convert

RGB 129 119 119 -
CMYK 0 0.08 0.08 0.49
HSL 0.04% 0.49% -
HSV(B) 0.08% 0.51% -
XYZ 18.98 19.19 20.16 -
YUV 121.99 126.31 133 -
System Red Green Blue C M Y K H S L
Decimal 129 119 119 0 0.08 0.08 0.49 0 0.04 0.49
Hex 81 77 77 0 8 8 31 0 4 31
Octal 201 167 167 0 10 10 61 0 4 61
Binary 10000001 1110111 1110111 0 1000 1000 110001 0 100 110001

Color Harmonies of #817777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817777

Black with #817777

Text Example


Text Example

White with #817777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817777; }

 p { color: rgb(129,119,119); }

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

background-color css

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

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

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

border-color css

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

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

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