Html Css Color HEX #95677B Strikemaster

📋 copy color: '#95677B'

red 149 ◦ green 103 ◦ blue 123

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

Shades of Strikemaster #95677B

Tints of Strikemaster #95677B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.8%

R = 39.73%
G = 27.47%
B = 32.8%

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

#95677B (or 0x95677B) is known color: Strikemaster. HEX triplet: 95, 67 and 7B. RGB value is (149,103,123). Sum of RGB (Red+Green+Blue) = 149+103+123=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #95677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95677B is #6A9884. Grayscale: #777777. Windows color (decimal): -6985861 or 8087445. OLE color: 8087445.

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

Color convert

RGB 149 103 123 -
CMYK 0 0.31 0.17 0.42
HSL 333.91º 0.18% 0.49% -
HSV(B) 333.91º 0.31% 0.58% -
XYZ 20.82 17.52 21.02 -
YUV 119.03 130.24 149.37 -
System Red Green Blue C M Y K H S L
Decimal 149 103 123 0 0.31 0.17 0.42 333.91 0.18 0.49
Hex 95 67 7B 0 1F 11 2A 14E 12 31
Octal 225 147 173 0 37 21 52 516 22 61
Binary 10010101 1100111 1111011 0 11111 10001 101010 101001110 10010 110001

Color Harmonies of #95677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95677B

Black with #95677B

Text Example


Text Example

White with #95677B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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