Html Css Color HEX #856074 Strikemaster

📋 copy color: '#856074'

red 133 ◦ green 96 ◦ blue 116

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

Shades of Strikemaster #856074

Tints of Strikemaster #856074

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.83%

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

R = 38.55%
G = 27.83%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#856074 (or 0x856074) is known color: Strikemaster. HEX triplet: 85, 60 and 74. RGB value is (133,96,116). Sum of RGB (Red+Green+Blue) = 133+96+116=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #856074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856074 is #7A9F8B. Grayscale: #6D6D6D. Windows color (decimal): -8036236 or 7626885. OLE color: 7626885.

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

Color convert

RGB 133 96 116 -
CMYK 0 0.28 0.13 0.48
HSL 327.57º 0.16% 0.45% -
HSV(B) 327.57º 0.28% 0.52% -
XYZ 17.01 14.61 18.45 -
YUV 109.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 133 96 116 0 0.28 0.13 0.48 327.57 0.16 0.45
Hex 85 60 74 0 1C D 30 148 10 2D
Octal 205 140 164 0 34 15 60 510 20 55
Binary 10000101 1100000 1110100 0 11100 1101 110000 101001000 10000 101101

Color Harmonies of #856074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856074

Black with #856074

Text Example


Text Example

White with #856074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856074; }

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

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

background-color css

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

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

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

border-color css

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

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

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