Html Css Color HEX #856677 Strikemaster

📋 copy color: '#856677'

red 133 ◦ green 102 ◦ blue 119

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

Shades of Strikemaster #856677

Tints of Strikemaster #856677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.81%

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

R = 37.57%
G = 28.81%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#856677 (or 0x856677) is known color: Strikemaster. HEX triplet: 85, 66 and 77. RGB value is (133,102,119). Sum of RGB (Red+Green+Blue) = 133+102+119=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #856677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856677 is #7A9988. Grayscale: #717171. Windows color (decimal): -8034697 or 7825029. OLE color: 7825029.

HSL color Cylindrical-coordinate representation of color #856677: hue angle of 327.1º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #856677 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 102 119 -
CMYK 0 0.23 0.11 0.48
HSL 327.1º 0.13% 0.46% -
HSV(B) 327.1º 0.23% 0.52% -
XYZ 17.75 15.82 19.57 -
YUV 113.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 133 102 119 0 0.23 0.11 0.48 327.1 0.13 0.46
Hex 85 66 77 0 17 B 30 147 D 2E
Octal 205 146 167 0 27 13 60 507 15 56
Binary 10000101 1100110 1110111 0 10111 1011 110000 101000111 1101 101110

Color Harmonies of #856677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856677

Black with #856677

Text Example


Text Example

White with #856677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856677; }

 p { color: rgb(133,102,119); }

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

background-color css

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

 a { background-color: rgb(133,102,119); }

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

border-color css

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

 span { border-color: rgb(133,102,119); }

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