Html Css Color HEX #81847E Gunsmoke

📋 copy color: '#81847E'

red 129 ◦ green 132 ◦ blue 126

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

Shades of Gunsmoke #81847E

Tints of Gunsmoke #81847E

RGB

 RED value IS 129 (50.78% from 255) = 33.33%

 GREEN value IS 132 (51.95% from 255) = 34.11%

 BLUE value IS 126 (49.61% from 255) = 32.56%

R = 33.33%
G = 34.11%
B = 32.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#81847E (or 0x81847E) is known color: Gunsmoke. HEX triplet: 81, 84 and 7E. RGB value is (129,132,126). Sum of RGB (Red+Green+Blue) = 129+132+126=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 132 - color contains mainly: green. Hex color #81847E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81847E is #7E7B81. Grayscale: #828282. Windows color (decimal): -8289154 or 8291457. OLE color: 8291457.

HSL color Cylindrical-coordinate representation of color #81847E: hue angle of 90º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #81847E is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 132 126 -
CMYK 0.02 0 0.05 0.48
HSL 90º 0.02% 0.51% -
HSV(B) 90º 0.05% 0.52% -
XYZ 21.07 22.68 23.01 -
YUV 130.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 129 132 126 0.02 0 0.05 0.48 90 0.02 0.51
Hex 81 84 7E 2 0 5 30 5A 2 33
Octal 201 204 176 2 0 5 60 132 2 63
Binary 10000001 10000100 1111110 10 0 101 110000 1011010 10 110011

Color Harmonies of #81847E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81847E

Black with #81847E

Text Example


Text Example

White with #81847E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,132,126); }

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

background-color css

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

 a { background-color: rgb(129,132,126); }

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

border-color css

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

 span { border-color: rgb(129,132,126); }

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