Html Css Color HEX #855F74 Strikemaster

📋 copy color: '#855F74'

red 133 ◦ green 95 ◦ blue 116

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

Shades of Strikemaster #855F74

Tints of Strikemaster #855F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.72%

R = 38.66%
G = 27.62%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#855F74 (or 0x855F74) is known color: Strikemaster. HEX triplet: 85, 5F and 74. RGB value is (133,95,116). Sum of RGB (Red+Green+Blue) = 133+95+116=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #855F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F74 is #7AA08B. Grayscale: #6C6C6C. Windows color (decimal): -8036492 or 7626629. OLE color: 7626629.

HSL color Cylindrical-coordinate representation of color #855F74: hue angle of 326.84º 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 #855F74 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 95 116 -
CMYK 0 0.29 0.13 0.48
HSL 326.84º 0.17% 0.45% -
HSV(B) 326.84º 0.29% 0.52% -
XYZ 16.92 14.43 18.42 -
YUV 108.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 133 95 116 0 0.29 0.13 0.48 326.84 0.17 0.45
Hex 85 5F 74 0 1D D 30 147 11 2D
Octal 205 137 164 0 35 15 60 507 21 55
Binary 10000101 1011111 1110100 0 11101 1101 110000 101000111 10001 101101

Color Harmonies of #855F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F74

Black with #855F74

Text Example


Text Example

White with #855F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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