Html Css Color HEX #838978 Gunsmoke

📋 copy color: '#838978'

red 131 ◦ green 137 ◦ blue 120

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

Shades of Gunsmoke #838978

Tints of Gunsmoke #838978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.31%

 BLUE value IS 120 (47.27% from 255) = 30.93%

R = 33.76%
G = 35.31%
B = 30.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#838978 (or 0x838978) is known color: Gunsmoke. HEX triplet: 83, 89 and 78. RGB value is (131,137,120). Sum of RGB (Red+Green+Blue) = 131+137+120=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 137 - color contains mainly: green. Hex color #838978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838978 is #7C7687. Grayscale: #858585. Windows color (decimal): -8156808 or 7899523. OLE color: 7899523.

HSL color Cylindrical-coordinate representation of color #838978: hue angle of 81.18º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #838978 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 137 120 -
CMYK 0.04 0 0.12 0.46
HSL 81.18º 0.07% 0.5% -
HSV(B) 81.18º 0.12% 0.54% -
XYZ 21.7 24.07 21.27 -
YUV 133.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 131 137 120 0.04 0 0.12 0.46 81.18 0.07 0.5
Hex 83 89 78 4 0 C 2E 51 7 32
Octal 203 211 170 4 0 14 56 121 7 62
Binary 10000011 10001001 1111000 100 0 1100 101110 1010001 111 110010

Color Harmonies of #838978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838978

Black with #838978

Text Example


Text Example

White with #838978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838978; }

 p { color: rgb(131,137,120); }

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

background-color css

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

 a { background-color: rgb(131,137,120); }

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

border-color css

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

 span { border-color: rgb(131,137,120); }

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