Html Css Color HEX #976681 Strikemaster

📋 copy color: '#976681'

red 151 ◦ green 102 ◦ blue 129

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

Shades of Strikemaster #976681

Tints of Strikemaster #976681

RGB

 RED value IS 151 (59.38% from 255) = 39.53%

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

 BLUE value IS 129 (50.78% from 255) = 33.77%

R = 39.53%
G = 26.7%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#976681 (or 0x976681) is known color: Strikemaster. HEX triplet: 97, 66 and 81. RGB value is (151,102,129). Sum of RGB (Red+Green+Blue) = 151+102+129=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 151 - color contains mainly: red. Hex color #976681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976681 is #68997E. Grayscale: #777777. Windows color (decimal): -6855039 or 8480407. OLE color: 8480407.

HSL color Cylindrical-coordinate representation of color #976681: hue angle of 326.94º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #976681 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 102 129 -
CMYK 0 0.32 0.15 0.41
HSL 326.94º 0.19% 0.5% -
HSV(B) 326.94º 0.32% 0.59% -
XYZ 21.48 17.67 23.05 -
YUV 119.73 133.23 150.3 -
System Red Green Blue C M Y K H S L
Decimal 151 102 129 0 0.32 0.15 0.41 326.94 0.19 0.5
Hex 97 66 81 0 20 F 29 147 13 32
Octal 227 146 201 0 40 17 51 507 23 62
Binary 10010111 1100110 10000001 0 100000 1111 101001 101000111 10011 110010

Color Harmonies of #976681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976681

Black with #976681

Text Example


Text Example

White with #976681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976681; }

 p { color: rgb(151,102,129); }

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

background-color css

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

 a { background-color: rgb(151,102,129); }

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

border-color css

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

 span { border-color: rgb(151,102,129); }

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