Html Css Color HEX #956E7E Strikemaster

📋 copy color: '#956E7E'

red 149 ◦ green 110 ◦ blue 126

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

Shades of Strikemaster #956E7E

Tints of Strikemaster #956E7E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.57%

 BLUE value IS 126 (49.61% from 255) = 32.73%

R = 38.7%
G = 28.57%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#956E7E (or 0x956E7E) is known color: Strikemaster. HEX triplet: 95, 6E and 7E. RGB value is (149,110,126). Sum of RGB (Red+Green+Blue) = 149+110+126=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #956E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E7E is #6A9181. Grayscale: #7B7B7B. Windows color (decimal): -6984066 or 8285845. OLE color: 8285845.

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

Color convert

RGB 149 110 126 -
CMYK 0 0.26 0.15 0.42
HSL 335.38º 0.16% 0.51% -
HSV(B) 335.38º 0.26% 0.58% -
XYZ 21.74 19.05 22.27 -
YUV 123.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 149 110 126 0 0.26 0.15 0.42 335.38 0.16 0.51
Hex 95 6E 7E 0 1A F 2A 14F 10 33
Octal 225 156 176 0 32 17 52 517 20 63
Binary 10010101 1101110 1111110 0 11010 1111 101010 101001111 10000 110011

Color Harmonies of #956E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E7E

Black with #956E7E

Text Example


Text Example

White with #956E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,110,126); }

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

background-color css

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

 a { background-color: rgb(149,110,126); }

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

border-color css

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

 span { border-color: rgb(149,110,126); }

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