Html Css Color HEX #895875 Strikemaster

📋 copy color: '#895875'

red 137 ◦ green 88 ◦ blue 117

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

Shades of Strikemaster #895875

Tints of Strikemaster #895875

RGB

 RED value IS 137 (53.91% from 255) = 40.06%

 GREEN value IS 88 (34.77% from 255) = 25.73%

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

R = 40.06%
G = 25.73%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#895875 (or 0x895875) is known color: Strikemaster. HEX triplet: 89, 58 and 75. RGB value is (137,88,117). Sum of RGB (Red+Green+Blue) = 137+88+117=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #895875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895875 is #76A78A. Grayscale: #696969. Windows color (decimal): -7776139 or 7690377. OLE color: 7690377.

HSL color Cylindrical-coordinate representation of color #895875: hue angle of 324.49º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #895875 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 88 117 -
CMYK 0 0.36 0.15 0.46
HSL 324.49º 0.22% 0.44% -
HSV(B) 324.49º 0.36% 0.54% -
XYZ 17.02 13.58 18.55 -
YUV 105.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 137 88 117 0 0.36 0.15 0.46 324.49 0.22 0.44
Hex 89 58 75 0 24 F 2E 144 16 2C
Octal 211 130 165 0 44 17 56 504 26 54
Binary 10001001 1011000 1110101 0 100100 1111 101110 101000100 10110 101100

Color Harmonies of #895875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895875

Black with #895875

Text Example


Text Example

White with #895875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895875; }

 p { color: rgb(137,88,117); }

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

background-color css

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

 a { background-color: rgb(137,88,117); }

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

border-color css

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

 span { border-color: rgb(137,88,117); }

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