Html Css Color HEX #84775C Stonewall

📋 copy color: '#84775C'

red 132 ◦ green 119 ◦ blue 92

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

Shades of Stonewall #84775C

Tints of Stonewall #84775C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.82%

R = 38.48%
G = 34.69%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84775C (or 0x84775C) is known color: Stonewall. HEX triplet: 84, 77 and 5C. RGB value is (132,119,92). Sum of RGB (Red+Green+Blue) = 132+119+92=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #84775C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84775C is #7B88A3. Grayscale: #777777. Windows color (decimal): -8095908 or 6059908. OLE color: 6059908.

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

Color convert

RGB 132 119 92 -
CMYK 0 0.10 0.30 0.48
HSL 40.5º 0.18% 0.44% -
HSV(B) 40.5º 0.3% 0.52% -
XYZ 18.04 18.87 12.82 -
YUV 119.81 112.31 136.7 -
System Red Green Blue C M Y K H S L
Decimal 132 119 92 0 0.10 0.30 0.48 40.5 0.18 0.44
Hex 84 77 5C 0 A 1E 30 28 12 2C
Octal 204 167 134 0 12 36 60 50 22 54
Binary 10000100 1110111 1011100 0 1010 11110 110000 101000 10010 101100

Color Harmonies of #84775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84775C

Black with #84775C

Text Example


Text Example

White with #84775C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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