Html Css Color HEX #84765E Stonewall

📋 copy color: '#84765E'

red 132 ◦ green 118 ◦ blue 94

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

Shades of Stonewall #84765E

Tints of Stonewall #84765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.3%

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

R = 38.37%
G = 34.3%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#84765E (or 0x84765E) is known color: Stonewall. HEX triplet: 84, 76 and 5E. RGB value is (132,118,94). Sum of RGB (Red+Green+Blue) = 132+118+94=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #84765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84765E is #7B89A1. Grayscale: #777777. Windows color (decimal): -8096162 or 6190724. OLE color: 6190724.

HSL color Cylindrical-coordinate representation of color #84765E: hue angle of 37.89º 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 #84765E is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 118 94 -
CMYK 0 0.11 0.29 0.48
HSL 37.89º 0.17% 0.44% -
HSV(B) 37.89º 0.29% 0.52% -
XYZ 18.01 18.67 13.24 -
YUV 119.45 113.64 136.95 -
System Red Green Blue C M Y K H S L
Decimal 132 118 94 0 0.11 0.29 0.48 37.89 0.17 0.44
Hex 84 76 5E 0 B 1D 30 26 11 2C
Octal 204 166 136 0 13 35 60 46 21 54
Binary 10000100 1110110 1011110 0 1011 11101 110000 100110 10001 101100

Color Harmonies of #84765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84765E

Black with #84765E

Text Example


Text Example

White with #84765E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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