Html Css Color HEX #95677E Strikemaster

📋 copy color: '#95677E'

red 149 ◦ green 103 ◦ blue 126

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

Shades of Strikemaster #95677E

Tints of Strikemaster #95677E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.33%

R = 39.42%
G = 27.25%
B = 33.33%

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

#95677E (or 0x95677E) is known color: Strikemaster. HEX triplet: 95, 67 and 7E. RGB value is (149,103,126). Sum of RGB (Red+Green+Blue) = 149+103+126=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #95677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95677E is #6A9881. Grayscale: #777777. Windows color (decimal): -6985858 or 8284053. OLE color: 8284053.

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

Color convert

RGB 149 103 126 -
CMYK 0 0.31 0.15 0.42
HSL 330º 0.18% 0.49% -
HSV(B) 330º 0.31% 0.58% -
XYZ 21.01 17.6 22.03 -
YUV 119.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 149 103 126 0 0.31 0.15 0.42 330 0.18 0.49
Hex 95 67 7E 0 1F F 2A 14A 12 31
Octal 225 147 176 0 37 17 52 512 22 61
Binary 10010101 1100111 1111110 0 11111 1111 101010 101001010 10010 110001

Color Harmonies of #95677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95677E

Black with #95677E

Text Example


Text Example

White with #95677E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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