Html Css Color HEX #858A7A Gunsmoke

📋 copy color: '#858A7A'

red 133 ◦ green 138 ◦ blue 122

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

Shades of Gunsmoke #858A7A

Tints of Gunsmoke #858A7A

RGB

 RED value IS 133 (52.34% from 255) = 33.84%

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

 BLUE value IS 122 (48.05% from 255) = 31.04%

R = 33.84%
G = 35.11%
B = 31.04%

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

#858A7A (or 0x858A7A) is known color: Gunsmoke. HEX triplet: 85, 8A and 7A. RGB value is (133,138,122). Sum of RGB (Red+Green+Blue) = 133+138+122=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 138 - color contains mainly: green. Hex color #858A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858A7A is #7A7585. Grayscale: #868686. Windows color (decimal): -8025478 or 8030853. OLE color: 8030853.

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

Color convert

RGB 133 138 122 -
CMYK 0.04 0 0.12 0.46
HSL 78.75º 0.06% 0.51% -
HSV(B) 78.75º 0.12% 0.54% -
XYZ 22.27 24.57 21.98 -
YUV 134.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 133 138 122 0.04 0 0.12 0.46 78.75 0.06 0.51
Hex 85 8A 7A 4 0 C 2E 4F 6 33
Octal 205 212 172 4 0 14 56 117 6 63
Binary 10000101 10001010 1111010 100 0 1100 101110 1001111 110 110011

Color Harmonies of #858A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858A7A

Black with #858A7A

Text Example


Text Example

White with #858A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858A7A; }

 p { color: rgb(133,138,122); }

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

background-color css

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

 a { background-color: rgb(133,138,122); }

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

border-color css

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

 span { border-color: rgb(133,138,122); }

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