Html Css Color HEX #966C7B Strikemaster

📋 copy color: '#966C7B'

red 150 ◦ green 108 ◦ blue 123

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

Shades of Strikemaster #966C7B

Tints of Strikemaster #966C7B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.35%

 BLUE value IS 123 (48.44% from 255) = 32.28%

R = 39.37%
G = 28.35%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#966C7B (or 0x966C7B) is known color: Strikemaster. HEX triplet: 96, 6C and 7B. RGB value is (150,108,123). Sum of RGB (Red+Green+Blue) = 150+108+123=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #966C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966C7B is #699384. Grayscale: #7A7A7A. Windows color (decimal): -6919045 or 8088726. OLE color: 8088726.

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

Color convert

RGB 150 108 123 -
CMYK 0 0.28 0.18 0.41
HSL 338.57º 0.17% 0.51% -
HSV(B) 338.57º 0.28% 0.59% -
XYZ 21.52 18.64 21.2 -
YUV 122.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 150 108 123 0 0.28 0.18 0.41 338.57 0.17 0.51
Hex 96 6C 7B 0 1C 12 29 153 11 33
Octal 226 154 173 0 34 22 51 523 21 63
Binary 10010110 1101100 1111011 0 11100 10010 101001 101010011 10001 110011

Color Harmonies of #966C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966C7B

Black with #966C7B

Text Example


Text Example

White with #966C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,108,123); }

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

background-color css

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

 a { background-color: rgb(150,108,123); }

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

border-color css

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

 span { border-color: rgb(150,108,123); }

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