Html Css Color HEX #855F76 Strikemaster

📋 copy color: '#855F76'

red 133 ◦ green 95 ◦ blue 118

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

Shades of Strikemaster #855F76

Tints of Strikemaster #855F76

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.46%

 BLUE value IS 118 (46.48% from 255) = 34.1%

R = 38.44%
G = 27.46%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#855F76 (or 0x855F76) is known color: Strikemaster. HEX triplet: 85, 5F and 76. RGB value is (133,95,118). Sum of RGB (Red+Green+Blue) = 133+95+118=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #855F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F76 is #7AA089. Grayscale: #6C6C6C. Windows color (decimal): -8036490 or 7757701. OLE color: 7757701.

HSL color Cylindrical-coordinate representation of color #855F76: hue angle of 323.68º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #855F76 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 95 118 -
CMYK 0 0.29 0.11 0.48
HSL 323.68º 0.17% 0.45% -
HSV(B) 323.68º 0.29% 0.52% -
XYZ 17.04 14.48 19.04 -
YUV 108.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 133 95 118 0 0.29 0.11 0.48 323.68 0.17 0.45
Hex 85 5F 76 0 1D B 30 144 11 2D
Octal 205 137 166 0 35 13 60 504 21 55
Binary 10000101 1011111 1110110 0 11101 1011 110000 101000100 10001 101101

Color Harmonies of #855F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F76

Black with #855F76

Text Example


Text Example

White with #855F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855F76; }

 p { color: rgb(133,95,118); }

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

background-color css

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

 a { background-color: rgb(133,95,118); }

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

border-color css

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

 span { border-color: rgb(133,95,118); }

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