Html Css Color HEX #84775E Stonewall

📋 copy color: '#84775E'

red 132 ◦ green 119 ◦ blue 94

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

Shades of Stonewall #84775E

Tints of Stonewall #84775E

RGB

 RED value IS 132 (51.95% from 255) = 38.26%

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

 BLUE value IS 94 (37.11% from 255) = 27.25%

R = 38.26%
G = 34.49%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#84775E (or 0x84775E) is known color: Stonewall. HEX triplet: 84, 77 and 5E. RGB value is (132,119,94). Sum of RGB (Red+Green+Blue) = 132+119+94=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #84775E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84775E is #7B88A1. Grayscale: #787878. Windows color (decimal): -8095906 or 6190980. OLE color: 6190980.

HSL color Cylindrical-coordinate representation of color #84775E: hue angle of 39.47º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84775E is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 119 94 -
CMYK 0 0.10 0.29 0.48
HSL 39.47º 0.17% 0.44% -
HSV(B) 39.47º 0.29% 0.52% -
XYZ 18.13 18.91 13.28 -
YUV 120.04 113.31 136.53 -
System Red Green Blue C M Y K H S L
Decimal 132 119 94 0 0.10 0.29 0.48 39.47 0.17 0.44
Hex 84 77 5E 0 A 1D 30 27 11 2C
Octal 204 167 136 0 12 35 60 47 21 54
Binary 10000100 1110111 1011110 0 1010 11101 110000 100111 10001 101100

Color Harmonies of #84775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84775E

Black with #84775E

Text Example


Text Example

White with #84775E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84775E; }

 p { color: rgb(132,119,94); }

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

background-color css

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

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

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

border-color css

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

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

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