Html Css Color HEX #886F7E Strikemaster

📋 copy color: '#886F7E'

red 136 ◦ green 111 ◦ blue 126

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

Shades of Strikemaster #886F7E

Tints of Strikemaster #886F7E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.76%

 BLUE value IS 126 (49.61% from 255) = 33.78%

R = 36.46%
G = 29.76%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#886F7E (or 0x886F7E) is known color: Strikemaster. HEX triplet: 88, 6F and 7E. RGB value is (136,111,126). Sum of RGB (Red+Green+Blue) = 136+111+126=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 136 - color contains mainly: red. Hex color #886F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886F7E is #779081. Grayscale: #787878. Windows color (decimal): -7835778 or 8286088. OLE color: 8286088.

HSL color Cylindrical-coordinate representation of color #886F7E: hue angle of 324º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #886F7E is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 111 126 -
CMYK 0 0.18 0.07 0.47
HSL 324º 0.1% 0.48% -
HSV(B) 324º 0.18% 0.53% -
XYZ 19.6 18.11 22.2 -
YUV 120.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 136 111 126 0 0.18 0.07 0.47 324 0.1 0.48
Hex 88 6F 7E 0 12 7 2F 144 A 30
Octal 210 157 176 0 22 7 57 504 12 60
Binary 10001000 1101111 1111110 0 10010 111 101111 101000100 1010 110000

Color Harmonies of #886F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886F7E

Black with #886F7E

Text Example


Text Example

White with #886F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886F7E; }

 p { color: rgb(136,111,126); }

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

background-color css

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

 a { background-color: rgb(136,111,126); }

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

border-color css

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

 span { border-color: rgb(136,111,126); }

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