Html Css Color HEX #874742 Matrix

📋 copy color: '#874742'

red 135 ◦ green 71 ◦ blue 66

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

Shades of Matrix #874742

Tints of Matrix #874742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.1%

 BLUE value IS 66 (26.17% from 255) = 24.26%

R = 49.63%
G = 26.1%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#874742 (or 0x874742) is known color: Matrix. HEX triplet: 87, 47 and 42. RGB value is (135,71,66). Sum of RGB (Red+Green+Blue) = 135+71+66=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #874742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874742 is #78B8BD. Grayscale: #595959. Windows color (decimal): -7911614 or 4343687. OLE color: 4343687.

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

Color convert

RGB 135 71 66 -
CMYK 0 0.47 0.51 0.47
HSL 4.35º 0.34% 0.39% -
HSV(B) 4.35º 0.51% 0.53% -
XYZ 13.23 10.05 6.4 -
YUV 89.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 135 71 66 0 0.47 0.51 0.47 4.35 0.34 0.39
Hex 87 47 42 0 2F 33 2F 4 22 27
Octal 207 107 102 0 57 63 57 4 42 47
Binary 10000111 1000111 1000010 0 101111 110011 101111 100 100010 100111

Color Harmonies of #874742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874742

Black with #874742

Text Example


Text Example

White with #874742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874742; }

 p { color: rgb(135,71,66); }

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

background-color css

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

 a { background-color: rgb(135,71,66); }

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

border-color css

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

 span { border-color: rgb(135,71,66); }

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