Html Css Color HEX #885375 Strikemaster

📋 copy color: '#885375'

red 136 ◦ green 83 ◦ blue 117

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

Shades of Strikemaster #885375

Tints of Strikemaster #885375

RGB

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

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

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

R = 40.48%
G = 24.7%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#885375 (or 0x885375) is known color: Strikemaster. HEX triplet: 88, 53 and 75. RGB value is (136,83,117). Sum of RGB (Red+Green+Blue) = 136+83+117=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #885375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885375 is #77AC8A. Grayscale: #666666. Windows color (decimal): -7842955 or 7689096. OLE color: 7689096.

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

Color convert

RGB 136 83 117 -
CMYK 0 0.39 0.14 0.47
HSL 321.51º 0.24% 0.43% -
HSV(B) 321.51º 0.39% 0.53% -
XYZ 16.46 12.71 18.41 -
YUV 102.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 136 83 117 0 0.39 0.14 0.47 321.51 0.24 0.43
Hex 88 53 75 0 27 E 2F 142 18 2B
Octal 210 123 165 0 47 16 57 502 30 53
Binary 10001000 1010011 1110101 0 100111 1110 101111 101000010 11000 101011

Color Harmonies of #885375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885375

Black with #885375

Text Example


Text Example

White with #885375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885375; }

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

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

background-color css

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

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

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

border-color css

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

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

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