Html Css Color HEX #885374 Strikemaster

📋 copy color: '#885374'

red 136 ◦ green 83 ◦ blue 116

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

Shades of Strikemaster #885374

Tints of Strikemaster #885374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.78%

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

R = 40.6%
G = 24.78%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#885374 (or 0x885374) is known color: Strikemaster. HEX triplet: 88, 53 and 74. RGB value is (136,83,116). Sum of RGB (Red+Green+Blue) = 136+83+116=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #885374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885374 is #77AC8B. Grayscale: #666666. Windows color (decimal): -7842956 or 7623560. OLE color: 7623560.

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

Color convert

RGB 136 83 116 -
CMYK 0 0.39 0.15 0.47
HSL 322.64º 0.24% 0.43% -
HSV(B) 322.64º 0.39% 0.53% -
XYZ 16.4 12.68 18.11 -
YUV 102.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 136 83 116 0 0.39 0.15 0.47 322.64 0.24 0.43
Hex 88 53 74 0 27 F 2F 143 18 2B
Octal 210 123 164 0 47 17 57 503 30 53
Binary 10001000 1010011 1110100 0 100111 1111 101111 101000011 11000 101011

Color Harmonies of #885374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885374

Black with #885374

Text Example


Text Example

White with #885374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885374; }

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

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

background-color css

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

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

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

border-color css

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

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

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