Html Css Color HEX #956A7A Strikemaster

📋 copy color: '#956A7A'

red 149 ◦ green 106 ◦ blue 122

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

Shades of Strikemaster #956A7A

Tints of Strikemaster #956A7A

RGB

 RED value IS 149 (58.59% from 255) = 39.52%

 GREEN value IS 106 (41.8% from 255) = 28.12%

 BLUE value IS 122 (48.05% from 255) = 32.36%

R = 39.52%
G = 28.12%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#956A7A (or 0x956A7A) is known color: Strikemaster. HEX triplet: 95, 6A and 7A. RGB value is (149,106,122). Sum of RGB (Red+Green+Blue) = 149+106+122=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #956A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956A7A is #6A9585. Grayscale: #787878. Windows color (decimal): -6985094 or 8022677. OLE color: 8022677.

HSL color Cylindrical-coordinate representation of color #956A7A: hue angle of 337.67º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #956A7A is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 106 122 -
CMYK 0 0.29 0.18 0.42
HSL 337.67º 0.17% 0.5% -
HSV(B) 337.67º 0.29% 0.58% -
XYZ 21.06 18.1 20.8 -
YUV 120.68 128.75 148.2 -
System Red Green Blue C M Y K H S L
Decimal 149 106 122 0 0.29 0.18 0.42 337.67 0.17 0.5
Hex 95 6A 7A 0 1D 12 2A 152 11 32
Octal 225 152 172 0 35 22 52 522 21 62
Binary 10010101 1101010 1111010 0 11101 10010 101010 101010010 10001 110010

Color Harmonies of #956A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956A7A

Black with #956A7A

Text Example


Text Example

White with #956A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956A7A; }

 p { color: rgb(149,106,122); }

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

background-color css

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

 a { background-color: rgb(149,106,122); }

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

border-color css

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

 span { border-color: rgb(149,106,122); }

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