Html Css Color HEX #816074 Strikemaster

📋 copy color: '#816074'

red 129 ◦ green 96 ◦ blue 116

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

Shades of Strikemaster #816074

Tints of Strikemaster #816074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.02%

R = 37.83%
G = 28.15%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#816074 (or 0x816074) is known color: Strikemaster. HEX triplet: 81, 60 and 74. RGB value is (129,96,116). Sum of RGB (Red+Green+Blue) = 129+96+116=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 129 - color contains mainly: red. Hex color #816074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816074 is #7E9F8B. Grayscale: #6C6C6C. Windows color (decimal): -8298380 or 7626881. OLE color: 7626881.

HSL color Cylindrical-coordinate representation of color #816074: hue angle of 323.64º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #816074 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 96 116 -
CMYK 0 0.26 0.10 0.49
HSL 323.64º 0.15% 0.44% -
HSV(B) 323.64º 0.26% 0.51% -
XYZ 16.39 14.29 18.42 -
YUV 108.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 129 96 116 0 0.26 0.10 0.49 323.64 0.15 0.44
Hex 81 60 74 0 1A A 31 144 F 2C
Octal 201 140 164 0 32 12 61 504 17 54
Binary 10000001 1100000 1110100 0 11010 1010 110001 101000100 1111 101100

Color Harmonies of #816074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816074

Black with #816074

Text Example


Text Example

White with #816074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816074; }

 p { color: rgb(129,96,116); }

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

background-color css

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

 a { background-color: rgb(129,96,116); }

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

border-color css

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

 span { border-color: rgb(129,96,116); }

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