Html Css Color HEX #976278 Strikemaster

📋 copy color: '#976278'

red 151 ◦ green 98 ◦ blue 120

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

Shades of Strikemaster #976278

Tints of Strikemaster #976278

RGB

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

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

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

R = 40.92%
G = 26.56%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#976278 (or 0x976278) is known color: Strikemaster. HEX triplet: 97, 62 and 78. RGB value is (151,98,120). Sum of RGB (Red+Green+Blue) = 151+98+120=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #976278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976278 is #689D87. Grayscale: #747474. Windows color (decimal): -6856072 or 7889559. OLE color: 7889559.

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

Color convert

RGB 151 98 120 -
CMYK 0 0.35 0.21 0.41
HSL 335.09º 0.21% 0.49% -
HSV(B) 335.09º 0.35% 0.59% -
XYZ 20.52 16.67 19.91 -
YUV 116.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 151 98 120 0 0.35 0.21 0.41 335.09 0.21 0.49
Hex 97 62 78 0 23 15 29 14F 15 31
Octal 227 142 170 0 43 25 51 517 25 61
Binary 10010111 1100010 1111000 0 100011 10101 101001 101001111 10101 110001

Color Harmonies of #976278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976278

Black with #976278

Text Example


Text Example

White with #976278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976278; }

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

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

background-color css

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

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

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

border-color css

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

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

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