Html Css Color HEX #858A7B Gunsmoke

📋 copy color: '#858A7B'

red 133 ◦ green 138 ◦ blue 123

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

Shades of Gunsmoke #858A7B

Tints of Gunsmoke #858A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.22%

R = 33.76%
G = 35.03%
B = 31.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#858A7B (or 0x858A7B) is known color: Gunsmoke. HEX triplet: 85, 8A and 7B. RGB value is (133,138,123). Sum of RGB (Red+Green+Blue) = 133+138+123=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 138 - color contains mainly: green. Hex color #858A7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858A7B is #7A7584. Grayscale: #868686. Windows color (decimal): -8025477 or 8096389. OLE color: 8096389.

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

Color convert

RGB 133 138 123 -
CMYK 0.04 0 0.11 0.46
HSL 80º 0.06% 0.51% -
HSV(B) 80º 0.11% 0.54% -
XYZ 22.34 24.59 22.31 -
YUV 134.8 121.34 126.72 -
System Red Green Blue C M Y K H S L
Decimal 133 138 123 0.04 0 0.11 0.46 80 0.06 0.51
Hex 85 8A 7B 4 0 B 2E 50 6 33
Octal 205 212 173 4 0 13 56 120 6 63
Binary 10000101 10001010 1111011 100 0 1011 101110 1010000 110 110011

Color Harmonies of #858A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858A7B

Black with #858A7B

Text Example


Text Example

White with #858A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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