Html Css Color HEX #95687A Strikemaster

📋 copy color: '#95687A'

red 149 ◦ green 104 ◦ blue 122

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

Shades of Strikemaster #95687A

Tints of Strikemaster #95687A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.73%

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

R = 39.73%
G = 27.73%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95687A (or 0x95687A) is known color: Strikemaster. HEX triplet: 95, 68 and 7A. RGB value is (149,104,122). Sum of RGB (Red+Green+Blue) = 149+104+122=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #95687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95687A is #6A9785. Grayscale: #777777. Windows color (decimal): -6985606 or 8022165. OLE color: 8022165.

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

Color convert

RGB 149 104 122 -
CMYK 0 0.30 0.18 0.42
HSL 336º 0.18% 0.5% -
HSV(B) 336º 0.3% 0.58% -
XYZ 20.86 17.7 20.73 -
YUV 119.51 129.41 149.04 -
System Red Green Blue C M Y K H S L
Decimal 149 104 122 0 0.30 0.18 0.42 336 0.18 0.5
Hex 95 68 7A 0 1E 12 2A 150 12 32
Octal 225 150 172 0 36 22 52 520 22 62
Binary 10010101 1101000 1111010 0 11110 10010 101010 101010000 10010 110010

Color Harmonies of #95687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95687A

Black with #95687A

Text Example


Text Example

White with #95687A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95687A; }

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

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

background-color css

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

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

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

border-color css

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

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

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