Html Css Color HEX #815E72 Strikemaster

📋 copy color: '#815E72'

red 129 ◦ green 94 ◦ blue 114

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

Shades of Strikemaster #815E72

Tints of Strikemaster #815E72

RGB

 RED value IS 129 (50.78% from 255) = 38.28%

 GREEN value IS 94 (37.11% from 255) = 27.89%

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

R = 38.28%
G = 27.89%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#815E72 (or 0x815E72) is known color: Strikemaster. HEX triplet: 81, 5E and 72. RGB value is (129,94,114). Sum of RGB (Red+Green+Blue) = 129+94+114=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 129 - color contains mainly: red. Hex color #815E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815E72 is #7EA18D. Grayscale: #6A6A6A. Windows color (decimal): -8298894 or 7495297. OLE color: 7495297.

HSL color Cylindrical-coordinate representation of color #815E72: hue angle of 325.71º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #815E72 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 94 114 -
CMYK 0 0.27 0.12 0.49
HSL 325.71º 0.16% 0.44% -
HSV(B) 325.71º 0.27% 0.51% -
XYZ 16.09 13.89 17.75 -
YUV 106.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 129 94 114 0 0.27 0.12 0.49 325.71 0.16 0.44
Hex 81 5E 72 0 1B C 31 146 10 2C
Octal 201 136 162 0 33 14 61 506 20 54
Binary 10000001 1011110 1110010 0 11011 1100 110001 101000110 10000 101100

Color Harmonies of #815E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815E72

Black with #815E72

Text Example


Text Example

White with #815E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815E72; }

 p { color: rgb(129,94,114); }

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

background-color css

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

 a { background-color: rgb(129,94,114); }

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

border-color css

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

 span { border-color: rgb(129,94,114); }

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