Html Css Color HEX #956787 Strikemaster

📋 copy color: '#956787'

red 149 ◦ green 103 ◦ blue 135

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

Shades of Strikemaster #956787

Tints of Strikemaster #956787

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.61%

 BLUE value IS 135 (53.13% from 255) = 34.88%

R = 38.5%
G = 26.61%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#956787 (or 0x956787) is known color: Strikemaster. HEX triplet: 95, 67 and 87. RGB value is (149,103,135). Sum of RGB (Red+Green+Blue) = 149+103+135=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #956787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956787 is #6A9878. Grayscale: #787878. Windows color (decimal): -6985849 or 8873877. OLE color: 8873877.

HSL color Cylindrical-coordinate representation of color #956787: hue angle of 318.26º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #956787 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 103 135 -
CMYK 0 0.31 0.09 0.42
HSL 318.26º 0.18% 0.49% -
HSV(B) 318.26º 0.31% 0.58% -
XYZ 21.62 17.84 25.23 -
YUV 120.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 149 103 135 0 0.31 0.09 0.42 318.26 0.18 0.49
Hex 95 67 87 0 1F 9 2A 13E 12 31
Octal 225 147 207 0 37 11 52 476 22 61
Binary 10010101 1100111 10000111 0 11111 1001 101010 100111110 10010 110001

Color Harmonies of #956787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956787

Black with #956787

Text Example


Text Example

White with #956787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956787; }

 p { color: rgb(149,103,135); }

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

background-color css

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

 a { background-color: rgb(149,103,135); }

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

border-color css

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

 span { border-color: rgb(149,103,135); }

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