Html Css Color HEX #816E78 Strikemaster

📋 copy color: '#816E78'

red 129 ◦ green 110 ◦ blue 120

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

Shades of Strikemaster #816E78

Tints of Strikemaster #816E78

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.64%

 BLUE value IS 120 (47.27% from 255) = 33.43%

R = 35.93%
G = 30.64%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#816E78 (or 0x816E78) is known color: Strikemaster. HEX triplet: 81, 6E and 78. RGB value is (129,110,120). Sum of RGB (Red+Green+Blue) = 129+110+120=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 129 - color contains mainly: red. Hex color #816E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816E78 is #7E9187. Grayscale: #747474. Windows color (decimal): -8294792 or 7892609. OLE color: 7892609.

HSL color Cylindrical-coordinate representation of color #816E78: hue angle of 328.42º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #816E78 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 110 120 -
CMYK 0 0.15 0.07 0.49
HSL 328.42º 0.08% 0.47% -
HSV(B) 328.42º 0.15% 0.51% -
XYZ 18.02 17.18 20.13 -
YUV 116.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 129 110 120 0 0.15 0.07 0.49 328.42 0.08 0.47
Hex 81 6E 78 0 F 7 31 148 8 2F
Octal 201 156 170 0 17 7 61 510 10 57
Binary 10000001 1101110 1111000 0 1111 111 110001 101001000 1000 101111

Color Harmonies of #816E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816E78

Black with #816E78

Text Example


Text Example

White with #816E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816E78; }

 p { color: rgb(129,110,120); }

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

background-color css

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

 a { background-color: rgb(129,110,120); }

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

border-color css

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

 span { border-color: rgb(129,110,120); }

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