Html Css Color HEX #838777 Gunsmoke

📋 copy color: '#838777'

red 131 ◦ green 135 ◦ blue 119

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

Shades of Gunsmoke #838777

Tints of Gunsmoke #838777

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.06%

 BLUE value IS 119 (46.88% from 255) = 30.91%

R = 34.03%
G = 35.06%
B = 30.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#838777 (or 0x838777) is known color: Gunsmoke. HEX triplet: 83, 87 and 77. RGB value is (131,135,119). Sum of RGB (Red+Green+Blue) = 131+135+119=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 135 - color contains mainly: green. Hex color #838777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838777 is #7C7888. Grayscale: #848484. Windows color (decimal): -8157321 or 7833475. OLE color: 7833475.

HSL color Cylindrical-coordinate representation of color #838777: hue angle of 75º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #838777 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 135 119 -
CMYK 0.03 0 0.12 0.47
HSL 75º 0.06% 0.5% -
HSV(B) 75º 0.12% 0.53% -
XYZ 21.35 23.49 20.86 -
YUV 131.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 131 135 119 0.03 0 0.12 0.47 75 0.06 0.5
Hex 83 87 77 3 0 C 2F 4B 6 32
Octal 203 207 167 3 0 14 57 113 6 62
Binary 10000011 10000111 1110111 11 0 1100 101111 1001011 110 110010

Color Harmonies of #838777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838777

Black with #838777

Text Example


Text Example

White with #838777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838777; }

 p { color: rgb(131,135,119); }

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

background-color css

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

 a { background-color: rgb(131,135,119); }

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

border-color css

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

 span { border-color: rgb(131,135,119); }

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