Html Css Color HEX #95677C Strikemaster

📋 copy color: '#95677C'

red 149 ◦ green 103 ◦ blue 124

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

Shades of Strikemaster #95677C

Tints of Strikemaster #95677C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.98%

R = 39.63%
G = 27.39%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95677C (or 0x95677C) is known color: Strikemaster. HEX triplet: 95, 67 and 7C. RGB value is (149,103,124). Sum of RGB (Red+Green+Blue) = 149+103+124=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #95677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95677C is #6A9883. Grayscale: #777777. Windows color (decimal): -6985860 or 8152981. OLE color: 8152981.

HSL color Cylindrical-coordinate representation of color #95677C: hue angle of 332.61º 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 #95677C is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 103 124 -
CMYK 0 0.31 0.17 0.42
HSL 332.61º 0.18% 0.49% -
HSV(B) 332.61º 0.31% 0.58% -
XYZ 20.88 17.55 21.35 -
YUV 119.15 130.74 149.29 -
System Red Green Blue C M Y K H S L
Decimal 149 103 124 0 0.31 0.17 0.42 332.61 0.18 0.49
Hex 95 67 7C 0 1F 11 2A 14D 12 31
Octal 225 147 174 0 37 21 52 515 22 61
Binary 10010101 1100111 1111100 0 11111 10001 101010 101001101 10010 110001

Color Harmonies of #95677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95677C

Black with #95677C

Text Example


Text Example

White with #95677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95677C; }

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

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

background-color css

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

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

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

border-color css

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

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

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