Html Css Color HEX #856075 Strikemaster

📋 copy color: '#856075'

red 133 ◦ green 96 ◦ blue 117

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

Shades of Strikemaster #856075

Tints of Strikemaster #856075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.82%

R = 38.44%
G = 27.75%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#856075 (or 0x856075) is known color: Strikemaster. HEX triplet: 85, 60 and 75. RGB value is (133,96,117). Sum of RGB (Red+Green+Blue) = 133+96+117=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #856075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856075 is #7A9F8A. Grayscale: #6D6D6D. Windows color (decimal): -8036235 or 7692421. OLE color: 7692421.

HSL color Cylindrical-coordinate representation of color #856075: hue angle of 325.95º 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 #856075 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 96 117 -
CMYK 0 0.28 0.12 0.48
HSL 325.95º 0.16% 0.45% -
HSV(B) 325.95º 0.28% 0.52% -
XYZ 17.07 14.64 18.76 -
YUV 109.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 133 96 117 0 0.28 0.12 0.48 325.95 0.16 0.45
Hex 85 60 75 0 1C C 30 146 10 2D
Octal 205 140 165 0 34 14 60 506 20 55
Binary 10000101 1100000 1110101 0 11100 1100 110000 101000110 10000 101101

Color Harmonies of #856075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856075

Black with #856075

Text Example


Text Example

White with #856075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856075; }

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

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

background-color css

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

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

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

border-color css

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

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

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