Html Css Color HEX #816B77 Strikemaster

📋 copy color: '#816B77'

red 129 ◦ green 107 ◦ blue 119

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

Shades of Strikemaster #816B77

Tints of Strikemaster #816B77

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.14%

 BLUE value IS 119 (46.88% from 255) = 33.52%

R = 36.34%
G = 30.14%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#816B77 (or 0x816B77) is known color: Strikemaster. HEX triplet: 81, 6B and 77. RGB value is (129,107,119). Sum of RGB (Red+Green+Blue) = 129+107+119=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 129 - color contains mainly: red. Hex color #816B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816B77 is #7E9488. Grayscale: #727272. Windows color (decimal): -8295561 or 7826305. OLE color: 7826305.

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

Color convert

RGB 129 107 119 -
CMYK 0 0.17 0.08 0.49
HSL 327.27º 0.09% 0.46% -
HSV(B) 327.27º 0.17% 0.51% -
XYZ 17.64 16.51 19.71 -
YUV 114.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 129 107 119 0 0.17 0.08 0.49 327.27 0.09 0.46
Hex 81 6B 77 0 11 8 31 147 9 2E
Octal 201 153 167 0 21 10 61 507 11 56
Binary 10000001 1101011 1110111 0 10001 1000 110001 101000111 1001 101110

Color Harmonies of #816B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816B77

Black with #816B77

Text Example


Text Example

White with #816B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,107,119); }

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

background-color css

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

 a { background-color: rgb(129,107,119); }

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

border-color css

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

 span { border-color: rgb(129,107,119); }

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