Html Css Color HEX #876678 Strikemaster

📋 copy color: '#876678'

red 135 ◦ green 102 ◦ blue 120

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

Shades of Strikemaster #876678

Tints of Strikemaster #876678

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.57%

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

R = 37.82%
G = 28.57%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#876678 (or 0x876678) is known color: Strikemaster. HEX triplet: 87, 66 and 78. RGB value is (135,102,120). Sum of RGB (Red+Green+Blue) = 135+102+120=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 135 - color contains mainly: red. Hex color #876678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876678 is #789987. Grayscale: #717171. Windows color (decimal): -7903624 or 7890567. OLE color: 7890567.

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

Color convert

RGB 135 102 120 -
CMYK 0 0.24 0.11 0.47
HSL 327.27º 0.14% 0.46% -
HSV(B) 327.27º 0.24% 0.53% -
XYZ 18.13 16.01 19.9 -
YUV 113.92 131.43 143.04 -
System Red Green Blue C M Y K H S L
Decimal 135 102 120 0 0.24 0.11 0.47 327.27 0.14 0.46
Hex 87 66 78 0 18 B 2F 147 E 2E
Octal 207 146 170 0 30 13 57 507 16 56
Binary 10000111 1100110 1111000 0 11000 1011 101111 101000111 1110 101110

Color Harmonies of #876678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876678

Black with #876678

Text Example


Text Example

White with #876678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876678; }

 p { color: rgb(135,102,120); }

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

background-color css

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

 a { background-color: rgb(135,102,120); }

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

border-color css

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

 span { border-color: rgb(135,102,120); }

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