Html Css Color HEX #806473 Strikemaster

📋 copy color: '#806473'

red 128 ◦ green 100 ◦ blue 115

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

Shades of Strikemaster #806473

Tints of Strikemaster #806473

RGB

 RED value IS 128 (50.39% from 255) = 37.32%

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

 BLUE value IS 115 (45.31% from 255) = 33.53%

R = 37.32%
G = 29.15%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#806473 (or 0x806473) is known color: Strikemaster. HEX triplet: 80, 64 and 73. RGB value is (128,100,115). Sum of RGB (Red+Green+Blue) = 128+100+115=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 128 - color contains mainly: red. Hex color #806473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806473 is #7F9B8C. Grayscale: #6E6E6E. Windows color (decimal): -8362893 or 7562368. OLE color: 7562368.

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

Color convert

RGB 128 100 115 -
CMYK 0 0.22 0.10 0.50
HSL 327.86º 0.12% 0.45% -
HSV(B) 327.86º 0.22% 0.5% -
XYZ 16.55 14.94 18.23 -
YUV 110.08 130.78 140.78 -
System Red Green Blue C M Y K H S L
Decimal 128 100 115 0 0.22 0.10 0.50 327.86 0.12 0.45
Hex 80 64 73 0 16 A 32 148 C 2D
Octal 200 144 163 0 26 12 62 510 14 55
Binary 10000000 1100100 1110011 0 10110 1010 110010 101001000 1100 101101

Color Harmonies of #806473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806473

Black with #806473

Text Example


Text Example

White with #806473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806473; }

 p { color: rgb(128,100,115); }

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

background-color css

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

 a { background-color: rgb(128,100,115); }

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

border-color css

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

 span { border-color: rgb(128,100,115); }

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