Html Css Color HEX #807766 Stonewall

📋 copy color: '#807766'

red 128 ◦ green 119 ◦ blue 102

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

Shades of Stonewall #807766

Tints of Stonewall #807766

RGB

 RED value IS 128 (50.39% from 255) = 36.68%

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

 BLUE value IS 102 (40.23% from 255) = 29.23%

R = 36.68%
G = 34.1%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#807766 (or 0x807766) is known color: Stonewall. HEX triplet: 80, 77 and 66. RGB value is (128,119,102). Sum of RGB (Red+Green+Blue) = 128+119+102=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 128 - color contains mainly: red. Hex color #807766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807766 is #7F8899. Grayscale: #777777. Windows color (decimal): -8358042 or 6715264. OLE color: 6715264.

HSL color Cylindrical-coordinate representation of color #807766: hue angle of 39.23º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #807766 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 119 102 -
CMYK 0 0.07 0.20 0.50
HSL 39.23º 0.11% 0.45% -
HSV(B) 39.23º 0.2% 0.5% -
XYZ 17.9 18.74 15.24 -
YUV 119.75 117.98 133.88 -
System Red Green Blue C M Y K H S L
Decimal 128 119 102 0 0.07 0.20 0.50 39.23 0.11 0.45
Hex 80 77 66 0 7 14 32 27 B 2D
Octal 200 167 146 0 7 24 62 47 13 55
Binary 10000000 1110111 1100110 0 111 10100 110010 100111 1011 101101

Color Harmonies of #807766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807766

Black with #807766

Text Example


Text Example

White with #807766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807766; }

 p { color: rgb(128,119,102); }

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

background-color css

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

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

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

border-color css

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

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

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