Html Css Color HEX #885376 Strikemaster

📋 copy color: '#885376'

red 136 ◦ green 83 ◦ blue 118

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

Shades of Strikemaster #885376

Tints of Strikemaster #885376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.01%

R = 40.36%
G = 24.63%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#885376 (or 0x885376) is known color: Strikemaster. HEX triplet: 88, 53 and 76. RGB value is (136,83,118). Sum of RGB (Red+Green+Blue) = 136+83+118=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #885376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885376 is #77AC89. Grayscale: #666666. Windows color (decimal): -7842954 or 7754632. OLE color: 7754632.

HSL color Cylindrical-coordinate representation of color #885376: hue angle of 320.38º 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 #885376 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 83 118 -
CMYK 0 0.39 0.13 0.47
HSL 320.38º 0.24% 0.43% -
HSV(B) 320.38º 0.39% 0.53% -
XYZ 16.52 12.73 18.73 -
YUV 102.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 136 83 118 0 0.39 0.13 0.47 320.38 0.24 0.43
Hex 88 53 76 0 27 D 2F 140 18 2B
Octal 210 123 166 0 47 15 57 500 30 53
Binary 10001000 1010011 1110110 0 100111 1101 101111 101000000 11000 101011

Color Harmonies of #885376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885376

Black with #885376

Text Example


Text Example

White with #885376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885376; }

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

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

background-color css

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

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

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

border-color css

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

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

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