Html Css Color HEX #885A75 Strikemaster

📋 copy color: '#885A75'

red 136 ◦ green 90 ◦ blue 117

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

Shades of Strikemaster #885A75

Tints of Strikemaster #885A75

RGB

 RED value IS 136 (53.52% from 255) = 39.65%

 GREEN value IS 90 (35.55% from 255) = 26.24%

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

R = 39.65%
G = 26.24%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#885A75 (or 0x885A75) is known color: Strikemaster. HEX triplet: 88, 5A and 75. RGB value is (136,90,117). Sum of RGB (Red+Green+Blue) = 136+90+117=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #885A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885A75 is #77A58A. Grayscale: #6A6A6A. Windows color (decimal): -7841163 or 7690888. OLE color: 7690888.

HSL color Cylindrical-coordinate representation of color #885A75: hue angle of 324.78º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #885A75 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 90 117 -
CMYK 0 0.34 0.14 0.47
HSL 324.78º 0.2% 0.44% -
HSV(B) 324.78º 0.34% 0.53% -
XYZ 17.02 13.83 18.6 -
YUV 106.83 133.74 148.8 -
System Red Green Blue C M Y K H S L
Decimal 136 90 117 0 0.34 0.14 0.47 324.78 0.2 0.44
Hex 88 5A 75 0 22 E 2F 145 14 2C
Octal 210 132 165 0 42 16 57 505 24 54
Binary 10001000 1011010 1110101 0 100010 1110 101111 101000101 10100 101100

Color Harmonies of #885A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885A75

Black with #885A75

Text Example


Text Example

White with #885A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885A75; }

 p { color: rgb(136,90,117); }

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

background-color css

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

 a { background-color: rgb(136,90,117); }

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

border-color css

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

 span { border-color: rgb(136,90,117); }

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