Html Css Color HEX #885774 Strikemaster

📋 copy color: '#885774'

red 136 ◦ green 87 ◦ blue 116

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

Shades of Strikemaster #885774

Tints of Strikemaster #885774

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.66%

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

R = 40.12%
G = 25.66%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#885774 (or 0x885774) is known color: Strikemaster. HEX triplet: 88, 57 and 74. RGB value is (136,87,116). Sum of RGB (Red+Green+Blue) = 136+87+116=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #885774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885774 is #77A88B. Grayscale: #686868. Windows color (decimal): -7841932 or 7624584. OLE color: 7624584.

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

Color convert

RGB 136 87 116 -
CMYK 0 0.36 0.15 0.47
HSL 324.49º 0.22% 0.44% -
HSV(B) 324.49º 0.36% 0.53% -
XYZ 16.71 13.31 18.21 -
YUV 104.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 136 87 116 0 0.36 0.15 0.47 324.49 0.22 0.44
Hex 88 57 74 0 24 F 2F 144 16 2C
Octal 210 127 164 0 44 17 57 504 26 54
Binary 10001000 1010111 1110100 0 100100 1111 101111 101000100 10110 101100

Color Harmonies of #885774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885774

Black with #885774

Text Example


Text Example

White with #885774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885774; }

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

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

background-color css

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

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

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

border-color css

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

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

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