Html Css Color HEX #81827E Gunsmoke

📋 copy color: '#81827E'

red 129 ◦ green 130 ◦ blue 126

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

Shades of Gunsmoke #81827E

Tints of Gunsmoke #81827E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.77%

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

R = 33.51%
G = 33.77%
B = 32.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#81827E (or 0x81827E) is known color: Gunsmoke. HEX triplet: 81, 82 and 7E. RGB value is (129,130,126). Sum of RGB (Red+Green+Blue) = 129+130+126=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 130 - color contains mainly: green. Hex color #81827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81827E is #7E7D81. Grayscale: #818181. Windows color (decimal): -8289666 or 8290945. OLE color: 8290945.

HSL color Cylindrical-coordinate representation of color #81827E: hue angle of 75º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #81827E is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 130 126 -
CMYK 0.01 0 0.03 0.49
HSL 75º 0.02% 0.5% -
HSV(B) 75º 0.03% 0.51% -
XYZ 20.8 22.14 22.92 -
YUV 129.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 129 130 126 0.01 0 0.03 0.49 75 0.02 0.5
Hex 81 82 7E 1 0 3 31 4B 2 32
Octal 201 202 176 1 0 3 61 113 2 62
Binary 10000001 10000010 1111110 1 0 11 110001 1001011 10 110010

Color Harmonies of #81827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81827E

Black with #81827E

Text Example


Text Example

White with #81827E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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