Html Css Color HEX #806073 Strikemaster

📋 copy color: '#806073'

red 128 ◦ green 96 ◦ blue 115

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

Shades of Strikemaster #806073

Tints of Strikemaster #806073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.32%

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

R = 37.76%
G = 28.32%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#806073 (or 0x806073) is known color: Strikemaster. HEX triplet: 80, 60 and 73. RGB value is (128,96,115). Sum of RGB (Red+Green+Blue) = 128+96+115=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 128 - color contains mainly: red. Hex color #806073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806073 is #7F9F8C. Grayscale: #6B6B6B. Windows color (decimal): -8363917 or 7561344. OLE color: 7561344.

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

Color convert

RGB 128 96 115 -
CMYK 0 0.25 0.10 0.50
HSL 324.38º 0.14% 0.44% -
HSV(B) 324.38º 0.25% 0.5% -
XYZ 16.18 14.19 18.11 -
YUV 107.73 132.1 142.46 -
System Red Green Blue C M Y K H S L
Decimal 128 96 115 0 0.25 0.10 0.50 324.38 0.14 0.44
Hex 80 60 73 0 19 A 32 144 E 2C
Octal 200 140 163 0 31 12 62 504 16 54
Binary 10000000 1100000 1110011 0 11001 1010 110010 101000100 1110 101100

Color Harmonies of #806073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806073

Black with #806073

Text Example


Text Example

White with #806073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806073; }

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

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

background-color css

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

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

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

border-color css

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

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

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