Html Css Color HEX #808A67 Gunsmoke

📋 copy color: '#808A67'

red 128 ◦ green 138 ◦ blue 103

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

Shades of Gunsmoke #808A67

Tints of Gunsmoke #808A67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.91%

R = 34.69%
G = 37.4%
B = 27.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#808A67 (or 0x808A67) is known color: Gunsmoke. HEX triplet: 80, 8A and 67. RGB value is (128,138,103). Sum of RGB (Red+Green+Blue) = 128+138+103=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 138 - color contains mainly: green. Hex color #808A67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808A67 is #7F7598. Grayscale: #838383. Windows color (decimal): -8353177 or 6785664. OLE color: 6785664.

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

Color convert

RGB 128 138 103 -
CMYK 0.07 0 0.25 0.46
HSL 77.14º 0.15% 0.47% -
HSV(B) 77.14º 0.25% 0.54% -
XYZ 20.44 23.75 16.34 -
YUV 131.02 112.19 125.85 -
System Red Green Blue C M Y K H S L
Decimal 128 138 103 0.07 0 0.25 0.46 77.14 0.15 0.47
Hex 80 8A 67 7 0 19 2E 4D F 2F
Octal 200 212 147 7 0 31 56 115 17 57
Binary 10000000 10001010 1100111 111 0 11001 101110 1001101 1111 101111

Color Harmonies of #808A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808A67

Black with #808A67

Text Example


Text Example

White with #808A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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