Html Css Color HEX #876977 Strikemaster

📋 copy color: '#876977'

red 135 ◦ green 105 ◦ blue 119

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

Shades of Strikemaster #876977

Tints of Strikemaster #876977

RGB

 RED value IS 135 (53.13% from 255) = 37.6%

 GREEN value IS 105 (41.41% from 255) = 29.25%

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

R = 37.6%
G = 29.25%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#876977 (or 0x876977) is known color: Strikemaster. HEX triplet: 87, 69 and 77. RGB value is (135,105,119). Sum of RGB (Red+Green+Blue) = 135+105+119=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 135 - color contains mainly: red. Hex color #876977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876977 is #789688. Grayscale: #737373. Windows color (decimal): -7902857 or 7825799. OLE color: 7825799.

HSL color Cylindrical-coordinate representation of color #876977: hue angle of 332º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #876977 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 105 119 -
CMYK 0 0.22 0.12 0.47
HSL 332º 0.13% 0.47% -
HSV(B) 332º 0.22% 0.53% -
XYZ 18.37 16.59 19.69 -
YUV 115.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 135 105 119 0 0.22 0.12 0.47 332 0.13 0.47
Hex 87 69 77 0 16 C 2F 14C C 2F
Octal 207 151 167 0 26 14 57 514 14 57
Binary 10000111 1101001 1110111 0 10110 1100 101111 101001100 1100 101111

Color Harmonies of #876977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876977

Black with #876977

Text Example


Text Example

White with #876977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876977; }

 p { color: rgb(135,105,119); }

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

background-color css

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

 a { background-color: rgb(135,105,119); }

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

border-color css

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

 span { border-color: rgb(135,105,119); }

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