Html Css Color HEX #95677F Strikemaster

📋 copy color: '#95677F'

red 149 ◦ green 103 ◦ blue 127

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

Shades of Strikemaster #95677F

Tints of Strikemaster #95677F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.51%

R = 39.31%
G = 27.18%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95677F (or 0x95677F) is known color: Strikemaster. HEX triplet: 95, 67 and 7F. RGB value is (149,103,127). Sum of RGB (Red+Green+Blue) = 149+103+127=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #95677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95677F is #6A9880. Grayscale: #777777. Windows color (decimal): -6985857 or 8349589. OLE color: 8349589.

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

Color convert

RGB 149 103 127 -
CMYK 0 0.31 0.15 0.42
HSL 328.7º 0.18% 0.49% -
HSV(B) 328.7º 0.31% 0.58% -
XYZ 21.08 17.62 22.37 -
YUV 119.49 132.24 149.05 -
System Red Green Blue C M Y K H S L
Decimal 149 103 127 0 0.31 0.15 0.42 328.7 0.18 0.49
Hex 95 67 7F 0 1F F 2A 149 12 31
Octal 225 147 177 0 37 17 52 511 22 61
Binary 10010101 1100111 1111111 0 11111 1111 101010 101001001 10010 110001

Color Harmonies of #95677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95677F

Black with #95677F

Text Example


Text Example

White with #95677F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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