Html Css Color HEX #81857D Gunsmoke

📋 copy color: '#81857D'

red 129 ◦ green 133 ◦ blue 125

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

Shades of Gunsmoke #81857D

Tints of Gunsmoke #81857D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.37%

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 33.33%
G = 34.37%
B = 32.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#81857D (or 0x81857D) is known color: Gunsmoke. HEX triplet: 81, 85 and 7D. RGB value is (129,133,125). Sum of RGB (Red+Green+Blue) = 129+133+125=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 133 - color contains mainly: green. Hex color #81857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81857D is #7E7A82. Grayscale: #828282. Windows color (decimal): -8288899 or 8226177. OLE color: 8226177.

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

Color convert

RGB 129 133 125 -
CMYK 0.03 0 0.06 0.48
HSL 90º 0.03% 0.51% -
HSV(B) 90º 0.06% 0.52% -
XYZ 21.14 22.92 22.71 -
YUV 130.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 129 133 125 0.03 0 0.06 0.48 90 0.03 0.51
Hex 81 85 7D 3 0 6 30 5A 3 33
Octal 201 205 175 3 0 6 60 132 3 63
Binary 10000001 10000101 1111101 11 0 110 110000 1011010 11 110011

Color Harmonies of #81857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81857D

Black with #81857D

Text Example


Text Example

White with #81857D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81857D; }

 p { color: rgb(129,133,125); }

 H1.HeaderClassName
 {
   color: #81857D;
 }
 .AnyTagClassName
 {
   color: #81857D;
 }
</style>

background-color css

<style>
 a { background-color: #81857D; }

 a { background-color: rgb(129,133,125); }

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

border-color css

<style>
 span { border-color: #81857D; }

 span { border-color: rgb(129,133,125); }

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