Html Css Color HEX #84897B Gunsmoke

📋 copy color: '#84897B'

red 132 ◦ green 137 ◦ blue 123

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

Shades of Gunsmoke #84897B

Tints of Gunsmoke #84897B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.95%

 BLUE value IS 123 (48.44% from 255) = 31.38%

R = 33.67%
G = 34.95%
B = 31.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#84897B (or 0x84897B) is known color: Gunsmoke. HEX triplet: 84, 89 and 7B. RGB value is (132,137,123). Sum of RGB (Red+Green+Blue) = 132+137+123=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 137 - color contains mainly: green. Hex color #84897B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84897B is #7B7684. Grayscale: #858585. Windows color (decimal): -8091269 or 8096132. OLE color: 8096132.

HSL color Cylindrical-coordinate representation of color #84897B: hue angle of 81.43º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #84897B is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 132 137 123 -
CMYK 0.04 0 0.10 0.46
HSL 81.43º 0.06% 0.51% -
HSV(B) 81.43º 0.1% 0.54% -
XYZ 22.04 24.23 22.25 -
YUV 133.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 132 137 123 0.04 0 0.10 0.46 81.43 0.06 0.51
Hex 84 89 7B 4 0 A 2E 51 6 33
Octal 204 211 173 4 0 12 56 121 6 63
Binary 10000100 10001001 1111011 100 0 1010 101110 1010001 110 110011

Color Harmonies of #84897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84897B

Black with #84897B

Text Example


Text Example

White with #84897B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84897B; }

 p { color: rgb(132,137,123); }

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

background-color css

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

 a { background-color: rgb(132,137,123); }

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

border-color css

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

 span { border-color: rgb(132,137,123); }

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