Html Css Color HEX #876077 Strikemaster

📋 copy color: '#876077'

red 135 ◦ green 96 ◦ blue 119

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

Shades of Strikemaster #876077

Tints of Strikemaster #876077

RGB

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

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

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

R = 38.57%
G = 27.43%
B = 34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#876077 (or 0x876077) is known color: Strikemaster. HEX triplet: 87, 60 and 77. RGB value is (135,96,119). Sum of RGB (Red+Green+Blue) = 135+96+119=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 135 - color contains mainly: red. Hex color #876077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876077 is #789F88. Grayscale: #6E6E6E. Windows color (decimal): -7905161 or 7823495. OLE color: 7823495.

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

Color convert

RGB 135 96 119 -
CMYK 0 0.29 0.12 0.47
HSL 324.62º 0.17% 0.45% -
HSV(B) 324.62º 0.29% 0.53% -
XYZ 17.5 14.85 19.4 -
YUV 110.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 135 96 119 0 0.29 0.12 0.47 324.62 0.17 0.45
Hex 87 60 77 0 1D C 2F 145 11 2D
Octal 207 140 167 0 35 14 57 505 21 55
Binary 10000111 1100000 1110111 0 11101 1100 101111 101000101 10001 101101

Color Harmonies of #876077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876077

Black with #876077

Text Example


Text Example

White with #876077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876077; }

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

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

background-color css

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

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

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

border-color css

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

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

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