Html Css Color HEX #875C77 Strikemaster

📋 copy color: '#875C77'

red 135 ◦ green 92 ◦ blue 119

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

Shades of Strikemaster #875C77

Tints of Strikemaster #875C77

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.59%

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

R = 39.02%
G = 26.59%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#875C77 (or 0x875C77) is known color: Strikemaster. HEX triplet: 87, 5C and 77. RGB value is (135,92,119). Sum of RGB (Red+Green+Blue) = 135+92+119=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #875C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C77 is #78A388. Grayscale: #6B6B6B. Windows color (decimal): -7906185 or 7822471. OLE color: 7822471.

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

Color convert

RGB 135 92 119 -
CMYK 0 0.32 0.12 0.47
HSL 322.33º 0.19% 0.45% -
HSV(B) 322.33º 0.32% 0.53% -
XYZ 17.15 14.14 19.28 -
YUV 107.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 135 92 119 0 0.32 0.12 0.47 322.33 0.19 0.45
Hex 87 5C 77 0 20 C 2F 142 13 2D
Octal 207 134 167 0 40 14 57 502 23 55
Binary 10000111 1011100 1110111 0 100000 1100 101111 101000010 10011 101101

Color Harmonies of #875C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C77

Black with #875C77

Text Example


Text Example

White with #875C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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