Html Css Color HEX #95707E Strikemaster

📋 copy color: '#95707E'

red 149 ◦ green 112 ◦ blue 126

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

Shades of Strikemaster #95707E

Tints of Strikemaster #95707E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.94%

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

R = 38.5%
G = 28.94%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95707E (or 0x95707E) is known color: Strikemaster. HEX triplet: 95, 70 and 7E. RGB value is (149,112,126). Sum of RGB (Red+Green+Blue) = 149+112+126=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #95707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95707E is #6A8F81. Grayscale: #7C7C7C. Windows color (decimal): -6983554 or 8286357. OLE color: 8286357.

HSL color Cylindrical-coordinate representation of color #95707E: hue angle of 337.3º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95707E is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 112 126 -
CMYK 0 0.25 0.15 0.42
HSL 337.3º 0.15% 0.51% -
HSV(B) 337.3º 0.25% 0.58% -
XYZ 21.95 19.48 22.34 -
YUV 124.66 128.76 145.36 -
System Red Green Blue C M Y K H S L
Decimal 149 112 126 0 0.25 0.15 0.42 337.3 0.15 0.51
Hex 95 70 7E 0 19 F 2A 151 F 33
Octal 225 160 176 0 31 17 52 521 17 63
Binary 10010101 1110000 1111110 0 11001 1111 101010 101010001 1111 110011

Color Harmonies of #95707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95707E

Black with #95707E

Text Example


Text Example

White with #95707E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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