Html Css Color HEX #94707E Strikemaster

📋 copy color: '#94707E'

red 148 ◦ green 112 ◦ blue 126

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

Shades of Strikemaster #94707E

Tints of Strikemaster #94707E

RGB

 RED value IS 148 (58.2% from 255) = 38.34%

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

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

R = 38.34%
G = 29.02%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#94707E (or 0x94707E) is known color: Strikemaster. HEX triplet: 94, 70 and 7E. RGB value is (148,112,126). Sum of RGB (Red+Green+Blue) = 148+112+126=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 148 - color contains mainly: red. Hex color #94707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94707E is #6B8F81. Grayscale: #7C7C7C. Windows color (decimal): -7049090 or 8286356. OLE color: 8286356.

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

Color convert

RGB 148 112 126 -
CMYK 0 0.24 0.15 0.42
HSL 336.67º 0.14% 0.51% -
HSV(B) 336.67º 0.24% 0.58% -
XYZ 21.77 19.39 22.33 -
YUV 124.36 128.93 144.86 -
System Red Green Blue C M Y K H S L
Decimal 148 112 126 0 0.24 0.15 0.42 336.67 0.14 0.51
Hex 94 70 7E 0 18 F 2A 151 E 33
Octal 224 160 176 0 30 17 52 521 16 63
Binary 10010100 1110000 1111110 0 11000 1111 101010 101010001 1110 110011

Color Harmonies of #94707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94707E

Black with #94707E

Text Example


Text Example

White with #94707E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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