Html Css Color HEX #976078 Strikemaster

📋 copy color: '#976078'

red 151 ◦ green 96 ◦ blue 120

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

Shades of Strikemaster #976078

Tints of Strikemaster #976078

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.16%

 BLUE value IS 120 (47.27% from 255) = 32.7%

R = 41.14%
G = 26.16%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#976078 (or 0x976078) is known color: Strikemaster. HEX triplet: 97, 60 and 78. RGB value is (151,96,120). Sum of RGB (Red+Green+Blue) = 151+96+120=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 151 - color contains mainly: red. Hex color #976078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976078 is #689F87. Grayscale: #737373. Windows color (decimal): -6856584 or 7889047. OLE color: 7889047.

HSL color Cylindrical-coordinate representation of color #976078: hue angle of 333.82º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #976078 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 96 120 -
CMYK 0 0.36 0.21 0.41
HSL 333.82º 0.22% 0.48% -
HSV(B) 333.82º 0.36% 0.59% -
XYZ 20.34 16.3 19.84 -
YUV 115.18 130.72 153.55 -
System Red Green Blue C M Y K H S L
Decimal 151 96 120 0 0.36 0.21 0.41 333.82 0.22 0.48
Hex 97 60 78 0 24 15 29 14E 16 30
Octal 227 140 170 0 44 25 51 516 26 60
Binary 10010111 1100000 1111000 0 100100 10101 101001 101001110 10110 110000

Color Harmonies of #976078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976078

Black with #976078

Text Example


Text Example

White with #976078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976078; }

 p { color: rgb(151,96,120); }

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

background-color css

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

 a { background-color: rgb(151,96,120); }

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

border-color css

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

 span { border-color: rgb(151,96,120); }

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