Html Css Color HEX #838680 Gunsmoke

📋 copy color: '#838680'

red 131 ◦ green 134 ◦ blue 128

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

Shades of Gunsmoke #838680

Tints of Gunsmoke #838680

RGB

 RED value IS 131 (51.56% from 255) = 33.33%

 GREEN value IS 134 (52.73% from 255) = 34.1%

 BLUE value IS 128 (50.39% from 255) = 32.57%

R = 33.33%
G = 34.1%
B = 32.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#838680 (or 0x838680) is known color: Gunsmoke. HEX triplet: 83, 86 and 80. RGB value is (131,134,128). Sum of RGB (Red+Green+Blue) = 131+134+128=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 134 - color contains mainly: green. Hex color #838680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838680 is #7C797F. Grayscale: #848484. Windows color (decimal): -8157568 or 8423043. OLE color: 8423043.

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

Color convert

RGB 131 134 128 -
CMYK 0.02 0 0.04 0.47
HSL 90º 0.02% 0.51% -
HSV(B) 90º 0.04% 0.53% -
XYZ 21.78 23.43 23.8 -
YUV 132.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 131 134 128 0.02 0 0.04 0.47 90 0.02 0.51
Hex 83 86 80 2 0 4 2F 5A 2 33
Octal 203 206 200 2 0 4 57 132 2 63
Binary 10000011 10000110 10000000 10 0 100 101111 1011010 10 110011

Color Harmonies of #838680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838680

Black with #838680

Text Example


Text Example

White with #838680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838680; }

 p { color: rgb(131,134,128); }

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

background-color css

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

 a { background-color: rgb(131,134,128); }

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

border-color css

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

 span { border-color: rgb(131,134,128); }

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