Html Css Color HEX #88627A Strikemaster

📋 copy color: '#88627A'

red 136 ◦ green 98 ◦ blue 122

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

Shades of Strikemaster #88627A

Tints of Strikemaster #88627A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.53%

 BLUE value IS 122 (48.05% from 255) = 34.27%

R = 38.2%
G = 27.53%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#88627A (or 0x88627A) is known color: Strikemaster. HEX triplet: 88, 62 and 7A. RGB value is (136,98,122). Sum of RGB (Red+Green+Blue) = 136+98+122=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #88627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88627A is #779D85. Grayscale: #707070. Windows color (decimal): -7839110 or 8020616. OLE color: 8020616.

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

Color convert

RGB 136 98 122 -
CMYK 0 0.28 0.10 0.47
HSL 322.11º 0.16% 0.46% -
HSV(B) 322.11º 0.28% 0.53% -
XYZ 18.03 15.37 20.43 -
YUV 112.1 133.59 145.05 -
System Red Green Blue C M Y K H S L
Decimal 136 98 122 0 0.28 0.10 0.47 322.11 0.16 0.46
Hex 88 62 7A 0 1C A 2F 142 10 2E
Octal 210 142 172 0 34 12 57 502 20 56
Binary 10001000 1100010 1111010 0 11100 1010 101111 101000010 10000 101110

Color Harmonies of #88627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88627A

Black with #88627A

Text Example


Text Example

White with #88627A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88627A; }

 p { color: rgb(136,98,122); }

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

background-color css

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

 a { background-color: rgb(136,98,122); }

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

border-color css

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

 span { border-color: rgb(136,98,122); }

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