Html Css Color HEX #987685 Strikemaster

📋 copy color: '#987685'

red 152 ◦ green 118 ◦ blue 133

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

Shades of Strikemaster #987685

Tints of Strikemaster #987685

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.28%

 BLUE value IS 133 (52.34% from 255) = 33%

R = 37.72%
G = 29.28%
B = 33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#987685 (or 0x987685) is known color: Strikemaster. HEX triplet: 98, 76 and 85. RGB value is (152,118,133). Sum of RGB (Red+Green+Blue) = 152+118+133=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 152 - color contains mainly: red. Hex color #987685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987685 is #67897A. Grayscale: #818181. Windows color (decimal): -6785403 or 8746648. OLE color: 8746648.

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

Color convert

RGB 152 118 133 -
CMYK 0 0.22 0.13 0.40
HSL 333.53º 0.14% 0.53% -
HSV(B) 333.53º 0.22% 0.6% -
XYZ 23.66 21.33 25.06 -
YUV 129.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 152 118 133 0 0.22 0.13 0.40 333.53 0.14 0.53
Hex 98 76 85 0 16 D 28 14E E 35
Octal 230 166 205 0 26 15 50 516 16 65
Binary 10011000 1110110 10000101 0 10110 1101 101000 101001110 1110 110101

Color Harmonies of #987685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987685

Black with #987685

Text Example


Text Example

White with #987685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987685; }

 p { color: rgb(152,118,133); }

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

background-color css

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

 a { background-color: rgb(152,118,133); }

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

border-color css

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

 span { border-color: rgb(152,118,133); }

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