Html Css Color HEX #966F7F Strikemaster

📋 copy color: '#966F7F'

red 150 ◦ green 111 ◦ blue 127

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

Shades of Strikemaster #966F7F

Tints of Strikemaster #966F7F

RGB

 RED value IS 150 (58.98% from 255) = 38.66%

 GREEN value IS 111 (43.75% from 255) = 28.61%

 BLUE value IS 127 (50% from 255) = 32.73%

R = 38.66%
G = 28.61%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#966F7F (or 0x966F7F) is known color: Strikemaster. HEX triplet: 96, 6F and 7F. RGB value is (150,111,127). Sum of RGB (Red+Green+Blue) = 150+111+127=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #966F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966F7F is #699080. Grayscale: #7C7C7C. Windows color (decimal): -6918273 or 8351638. OLE color: 8351638.

HSL color Cylindrical-coordinate representation of color #966F7F: hue angle of 335.38º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #966F7F is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 111 127 -
CMYK 0 0.26 0.15 0.41
HSL 335.38º 0.16% 0.51% -
HSV(B) 335.38º 0.26% 0.59% -
XYZ 22.09 19.39 22.66 -
YUV 124.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 150 111 127 0 0.26 0.15 0.41 335.38 0.16 0.51
Hex 96 6F 7F 0 1A F 29 14F 10 33
Octal 226 157 177 0 32 17 51 517 20 63
Binary 10010110 1101111 1111111 0 11010 1111 101001 101001111 10000 110011

Color Harmonies of #966F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F7F

Black with #966F7F

Text Example


Text Example

White with #966F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966F7F; }

 p { color: rgb(150,111,127); }

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

background-color css

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

 a { background-color: rgb(150,111,127); }

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

border-color css

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

 span { border-color: rgb(150,111,127); }

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