Html Css Color HEX #886378 Strikemaster

📋 copy color: '#886378'

red 136 ◦ green 99 ◦ blue 120

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

Shades of Strikemaster #886378

Tints of Strikemaster #886378

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.89%

 BLUE value IS 120 (47.27% from 255) = 33.8%

R = 38.31%
G = 27.89%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#886378 (or 0x886378) is known color: Strikemaster. HEX triplet: 88, 63 and 78. RGB value is (136,99,120). Sum of RGB (Red+Green+Blue) = 136+99+120=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #886378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886378 is #779C87. Grayscale: #707070. Windows color (decimal): -7838856 or 7889800. OLE color: 7889800.

HSL color Cylindrical-coordinate representation of color #886378: hue angle of 325.95º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #886378 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 99 120 -
CMYK 0 0.27 0.12 0.47
HSL 325.95º 0.16% 0.46% -
HSV(B) 325.95º 0.27% 0.53% -
XYZ 18.01 15.51 19.81 -
YUV 112.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 136 99 120 0 0.27 0.12 0.47 325.95 0.16 0.46
Hex 88 63 78 0 1B C 2F 146 10 2E
Octal 210 143 170 0 33 14 57 506 20 56
Binary 10001000 1100011 1111000 0 11011 1100 101111 101000110 10000 101110

Color Harmonies of #886378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886378

Black with #886378

Text Example


Text Example

White with #886378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886378; }

 p { color: rgb(136,99,120); }

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

background-color css

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

 a { background-color: rgb(136,99,120); }

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

border-color css

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

 span { border-color: rgb(136,99,120); }

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