Html Css Color HEX #7F6472 Strikemaster

📋 copy color: '#7F6472'

red 127 ◦ green 100 ◦ blue 114

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

Shades of Strikemaster #7F6472

Tints of Strikemaster #7F6472

RGB

 RED value IS 127 (50% from 255) = 37.24%

 GREEN value IS 100 (39.45% from 255) = 29.33%

 BLUE value IS 114 (44.92% from 255) = 33.43%

R = 37.24%
G = 29.33%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#7F6472 (or 0x7F6472) is known color: Strikemaster. HEX triplet: 7F, 64 and 72. RGB value is (127,100,114). Sum of RGB (Red+Green+Blue) = 127+100+114=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6472 is #809B8D. Grayscale: #6D6D6D. Windows color (decimal): -8428430 or 7496831. OLE color: 7496831.

HSL color Cylindrical-coordinate representation of color #7F6472: hue angle of 328.89º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F6472 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 100 114 -
CMYK 0 0.21 0.10 0.50
HSL 328.89º 0.12% 0.45% -
HSV(B) 328.89º 0.21% 0.5% -
XYZ 16.35 14.84 17.92 -
YUV 109.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 127 100 114 0 0.21 0.10 0.50 328.89 0.12 0.45
Hex 7F 64 72 0 15 A 32 149 C 2D
Octal 177 144 162 0 25 12 62 511 14 55
Binary 1111111 1100100 1110010 0 10101 1010 110010 101001001 1100 101101

Color Harmonies of #7F6472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6472

Black with #7F6472

Text Example


Text Example

White with #7F6472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F6472; }

 p { color: rgb(127,100,114); }

 H1.HeaderClassName
 {
   color: #7F6472;
 }
 .AnyTagClassName
 {
   color: #7F6472;
 }
</style>

background-color css

<style>
 a { background-color: #7F6472; }

 a { background-color: rgb(127,100,114); }

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

border-color css

<style>
 span { border-color: #7F6472; }

 span { border-color: rgb(127,100,114); }

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