Html Css Color HEX #985577 Strikemaster

📋 copy color: '#985577'

red 152 ◦ green 85 ◦ blue 119

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

Shades of Strikemaster #985577

Tints of Strikemaster #985577

RGB

 RED value IS 152 (59.77% from 255) = 42.7%

 GREEN value IS 85 (33.59% from 255) = 23.88%

 BLUE value IS 119 (46.88% from 255) = 33.43%

R = 42.7%
G = 23.88%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#985577 (or 0x985577) is known color: Strikemaster. HEX triplet: 98, 55 and 77. RGB value is (152,85,119). Sum of RGB (Red+Green+Blue) = 152+85+119=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #985577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985577 is #67AA88. Grayscale: #6C6C6C. Windows color (decimal): -6793865 or 7820696. OLE color: 7820696.

HSL color Cylindrical-coordinate representation of color #985577: hue angle of 329.55º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #985577 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 85 119 -
CMYK 0 0.44 0.22 0.40
HSL 329.55º 0.28% 0.46% -
HSV(B) 329.55º 0.44% 0.6% -
XYZ 19.53 14.5 19.22 -
YUV 108.91 133.7 158.74 -
System Red Green Blue C M Y K H S L
Decimal 152 85 119 0 0.44 0.22 0.40 329.55 0.28 0.46
Hex 98 55 77 0 2C 16 28 14A 1C 2E
Octal 230 125 167 0 54 26 50 512 34 56
Binary 10011000 1010101 1110111 0 101100 10110 101000 101001010 11100 101110

Color Harmonies of #985577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985577

Black with #985577

Text Example


Text Example

White with #985577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985577; }

 p { color: rgb(152,85,119); }

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

background-color css

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

 a { background-color: rgb(152,85,119); }

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

border-color css

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

 span { border-color: rgb(152,85,119); }

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