Html Css Color HEX #87574C Lotus

📋 copy color: '#87574C'

red 135 ◦ green 87 ◦ blue 76

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

Shades of Lotus #87574C

Tints of Lotus #87574C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.19%

 BLUE value IS 76 (30.08% from 255) = 25.5%

R = 45.3%
G = 29.19%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#87574C (or 0x87574C) is known color: Lotus. HEX triplet: 87, 57 and 4C. RGB value is (135,87,76). Sum of RGB (Red+Green+Blue) = 135+87+76=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #87574C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87574C is #78A8B3. Grayscale: #646464. Windows color (decimal): -7907508 or 5003143. OLE color: 5003143.

HSL color Cylindrical-coordinate representation of color #87574C: hue angle of 11.19º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87574C is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 87 76 -
CMYK 0 0.36 0.44 0.47
HSL 11.19º 0.28% 0.41% -
HSV(B) 11.19º 0.44% 0.53% -
XYZ 14.7 12.49 8.47 -
YUV 100.1 114.4 152.89 -
System Red Green Blue C M Y K H S L
Decimal 135 87 76 0 0.36 0.44 0.47 11.19 0.28 0.41
Hex 87 57 4C 0 24 2C 2F B 1C 29
Octal 207 127 114 0 44 54 57 13 34 51
Binary 10000111 1010111 1001100 0 100100 101100 101111 1011 11100 101001

Color Harmonies of #87574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87574C

Black with #87574C

Text Example


Text Example

White with #87574C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87574C; }

 p { color: rgb(135,87,76); }

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

background-color css

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

 a { background-color: rgb(135,87,76); }

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

border-color css

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

 span { border-color: rgb(135,87,76); }

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