Html Css Color HEX #806472 Strikemaster

📋 copy color: '#806472'

red 128 ◦ green 100 ◦ blue 114

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

Shades of Strikemaster #806472

Tints of Strikemaster #806472

RGB

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

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

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

R = 37.43%
G = 29.24%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#806472 (or 0x806472) is known color: Strikemaster. HEX triplet: 80, 64 and 72. RGB value is (128,100,114). Sum of RGB (Red+Green+Blue) = 128+100+114=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 128 - color contains mainly: red. Hex color #806472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806472 is #7F9B8D. Grayscale: #6D6D6D. Windows color (decimal): -8362894 or 7496832. OLE color: 7496832.

HSL color Cylindrical-coordinate representation of color #806472: hue angle of 330º 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 #806472 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 100 114 -
CMYK 0 0.22 0.11 0.50
HSL 330º 0.12% 0.45% -
HSV(B) 330º 0.22% 0.5% -
XYZ 16.5 14.92 17.93 -
YUV 109.97 130.28 140.86 -
System Red Green Blue C M Y K H S L
Decimal 128 100 114 0 0.22 0.11 0.50 330 0.12 0.45
Hex 80 64 72 0 16 B 32 14A C 2D
Octal 200 144 162 0 26 13 62 512 14 55
Binary 10000000 1100100 1110010 0 10110 1011 110010 101001010 1100 101101

Color Harmonies of #806472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806472

Black with #806472

Text Example


Text Example

White with #806472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806472; }

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

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

background-color css

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

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

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

border-color css

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

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

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