Html Css Color HEX #806372 Strikemaster

📋 copy color: '#806372'

red 128 ◦ green 99 ◦ blue 114

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

Shades of Strikemaster #806372

Tints of Strikemaster #806372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.03%

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

R = 37.54%
G = 29.03%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#806372 (or 0x806372) is known color: Strikemaster. HEX triplet: 80, 63 and 72. RGB value is (128,99,114). Sum of RGB (Red+Green+Blue) = 128+99+114=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #806372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806372 is #7F9C8D. Grayscale: #6D6D6D. Windows color (decimal): -8363150 or 7496576. OLE color: 7496576.

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

Color convert

RGB 128 99 114 -
CMYK 0 0.23 0.11 0.50
HSL 328.97º 0.13% 0.45% -
HSV(B) 328.97º 0.23% 0.5% -
XYZ 16.4 14.73 17.9 -
YUV 109.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 128 99 114 0 0.23 0.11 0.50 328.97 0.13 0.45
Hex 80 63 72 0 17 B 32 149 D 2D
Octal 200 143 162 0 27 13 62 511 15 55
Binary 10000000 1100011 1110010 0 10111 1011 110010 101001001 1101 101101

Color Harmonies of #806372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806372

Black with #806372

Text Example


Text Example

White with #806372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806372; }

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

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

background-color css

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

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

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

border-color css

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

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

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