Html Css Color HEX #95707F Strikemaster

📋 copy color: '#95707F'

red 149 ◦ green 112 ◦ blue 127

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

Shades of Strikemaster #95707F

Tints of Strikemaster #95707F

RGB

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

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

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

R = 38.4%
G = 28.87%
B = 32.73%

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

#95707F (or 0x95707F) is known color: Strikemaster. HEX triplet: 95, 70 and 7F. RGB value is (149,112,127). Sum of RGB (Red+Green+Blue) = 149+112+127=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #95707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95707F is #6A8F80. Grayscale: #7C7C7C. Windows color (decimal): -6983553 or 8351893. OLE color: 8351893.

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

Color convert

RGB 149 112 127 -
CMYK 0 0.25 0.15 0.42
HSL 335.68º 0.15% 0.51% -
HSV(B) 335.68º 0.25% 0.58% -
XYZ 22.02 19.51 22.68 -
YUV 124.77 129.26 145.28 -
System Red Green Blue C M Y K H S L
Decimal 149 112 127 0 0.25 0.15 0.42 335.68 0.15 0.51
Hex 95 70 7F 0 19 F 2A 150 F 33
Octal 225 160 177 0 31 17 52 520 17 63
Binary 10010101 1110000 1111111 0 11001 1111 101010 101010000 1111 110011

Color Harmonies of #95707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95707F

Black with #95707F

Text Example


Text Example

White with #95707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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