Html Css Color HEX #808A6B Gunsmoke

📋 copy color: '#808A6B'

red 128 ◦ green 138 ◦ blue 107

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

Shades of Gunsmoke #808A6B

Tints of Gunsmoke #808A6B

RGB

 RED value IS 128 (50.39% from 255) = 34.32%

 GREEN value IS 138 (54.3% from 255) = 37%

 BLUE value IS 107 (42.19% from 255) = 28.69%

R = 34.32%
G = 37%
B = 28.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#808A6B (or 0x808A6B) is known color: Gunsmoke. HEX triplet: 80, 8A and 6B. RGB value is (128,138,107). Sum of RGB (Red+Green+Blue) = 128+138+107=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 138 - color contains mainly: green. Hex color #808A6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808A6B is #7F7594. Grayscale: #838383. Windows color (decimal): -8353173 or 7047808. OLE color: 7047808.

HSL color Cylindrical-coordinate representation of color #808A6B: hue angle of 79.35º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #808A6B is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 138 107 -
CMYK 0.07 0 0.22 0.46
HSL 79.35º 0.13% 0.48% -
HSV(B) 79.35º 0.22% 0.54% -
XYZ 20.64 23.83 17.42 -
YUV 131.48 114.19 125.52 -
System Red Green Blue C M Y K H S L
Decimal 128 138 107 0.07 0 0.22 0.46 79.35 0.13 0.48
Hex 80 8A 6B 7 0 16 2E 4F D 30
Octal 200 212 153 7 0 26 56 117 15 60
Binary 10000000 10001010 1101011 111 0 10110 101110 1001111 1101 110000

Color Harmonies of #808A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808A6B

Black with #808A6B

Text Example


Text Example

White with #808A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808A6B; }

 p { color: rgb(128,138,107); }

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

background-color css

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

 a { background-color: rgb(128,138,107); }

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

border-color css

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

 span { border-color: rgb(128,138,107); }

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