Html Css Color HEX #885574 Strikemaster

📋 copy color: '#885574'

red 136 ◦ green 85 ◦ blue 116

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

Shades of Strikemaster #885574

Tints of Strikemaster #885574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.22%

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

R = 40.36%
G = 25.22%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#885574 (or 0x885574) is known color: Strikemaster. HEX triplet: 88, 55 and 74. RGB value is (136,85,116). Sum of RGB (Red+Green+Blue) = 136+85+116=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #885574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885574 is #77AA8B. Grayscale: #676767. Windows color (decimal): -7842444 or 7624072. OLE color: 7624072.

HSL color Cylindrical-coordinate representation of color #885574: hue angle of 323.53º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885574 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 85 116 -
CMYK 0 0.38 0.15 0.47
HSL 323.53º 0.23% 0.43% -
HSV(B) 323.53º 0.38% 0.53% -
XYZ 16.55 12.99 18.16 -
YUV 103.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 136 85 116 0 0.38 0.15 0.47 323.53 0.23 0.43
Hex 88 55 74 0 26 F 2F 144 17 2B
Octal 210 125 164 0 46 17 57 504 27 53
Binary 10001000 1010101 1110100 0 100110 1111 101111 101000100 10111 101011

Color Harmonies of #885574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885574

Black with #885574

Text Example


Text Example

White with #885574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885574; }

 p { color: rgb(136,85,116); }

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

background-color css

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

 a { background-color: rgb(136,85,116); }

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

border-color css

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

 span { border-color: rgb(136,85,116); }

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