Html Css Color HEX #858C7A Gunsmoke

📋 copy color: '#858C7A'

red 133 ◦ green 140 ◦ blue 122

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

Shades of Gunsmoke #858C7A

Tints of Gunsmoke #858C7A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.44%

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

R = 33.67%
G = 35.44%
B = 30.89%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#858C7A (or 0x858C7A) is known color: Gunsmoke. HEX triplet: 85, 8C and 7A. RGB value is (133,140,122). Sum of RGB (Red+Green+Blue) = 133+140+122=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 140 - color contains mainly: green. Hex color #858C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858C7A is #7A7385. Grayscale: #878787. Windows color (decimal): -8024966 or 8031365. OLE color: 8031365.

HSL color Cylindrical-coordinate representation of color #858C7A: hue angle of 83.33º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #858C7A is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 140 122 -
CMYK 0.05 0 0.13 0.45
HSL 83.33º 0.07% 0.51% -
HSV(B) 83.33º 0.13% 0.55% -
XYZ 22.56 25.15 22.08 -
YUV 135.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 133 140 122 0.05 0 0.13 0.45 83.33 0.07 0.51
Hex 85 8C 7A 5 0 D 2D 53 7 33
Octal 205 214 172 5 0 15 55 123 7 63
Binary 10000101 10001100 1111010 101 0 1101 101101 1010011 111 110011

Color Harmonies of #858C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858C7A

Black with #858C7A

Text Example


Text Example

White with #858C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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