Html Css Color HEX #886678 Strikemaster

📋 copy color: '#886678'

red 136 ◦ green 102 ◦ blue 120

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

Shades of Strikemaster #886678

Tints of Strikemaster #886678

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.49%

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

R = 37.99%
G = 28.49%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#886678 (or 0x886678) is known color: Strikemaster. HEX triplet: 88, 66 and 78. RGB value is (136,102,120). Sum of RGB (Red+Green+Blue) = 136+102+120=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 136 - color contains mainly: red. Hex color #886678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886678 is #779987. Grayscale: #727272. Windows color (decimal): -7838088 or 7890568. OLE color: 7890568.

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

Color convert

RGB 136 102 120 -
CMYK 0 0.25 0.12 0.47
HSL 328.24º 0.14% 0.47% -
HSV(B) 328.24º 0.25% 0.53% -
XYZ 18.29 16.09 19.91 -
YUV 114.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 136 102 120 0 0.25 0.12 0.47 328.24 0.14 0.47
Hex 88 66 78 0 19 C 2F 148 E 2F
Octal 210 146 170 0 31 14 57 510 16 57
Binary 10001000 1100110 1111000 0 11001 1100 101111 101001000 1110 101111

Color Harmonies of #886678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886678

Black with #886678

Text Example


Text Example

White with #886678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886678; }

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

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

background-color css

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

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

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

border-color css

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

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

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