Html Css Color HEX #87504D Lotus

📋 copy color: '#87504D'

red 135 ◦ green 80 ◦ blue 77

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

Shades of Lotus #87504D

Tints of Lotus #87504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.4%

 BLUE value IS 77 (30.47% from 255) = 26.37%

R = 46.23%
G = 27.4%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#87504D (or 0x87504D) is known color: Lotus. HEX triplet: 87, 50 and 4D. RGB value is (135,80,77). Sum of RGB (Red+Green+Blue) = 135+80+77=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #87504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87504D is #78AFB2. Grayscale: #606060. Windows color (decimal): -7909299 or 5066887. OLE color: 5066887.

HSL color Cylindrical-coordinate representation of color #87504D: hue angle of 3.1º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87504D is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 80 77 -
CMYK 0 0.41 0.43 0.47
HSL 3.1º 0.27% 0.42% -
HSV(B) 3.1º 0.43% 0.53% -
XYZ 14.2 11.42 8.48 -
YUV 96.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 135 80 77 0 0.41 0.43 0.47 3.1 0.27 0.42
Hex 87 50 4D 0 29 2B 2F 3 1B 2A
Octal 207 120 115 0 51 53 57 3 33 52
Binary 10000111 1010000 1001101 0 101001 101011 101111 11 11011 101010

Color Harmonies of #87504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87504D

Black with #87504D

Text Example


Text Example

White with #87504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87504D; }

 p { color: rgb(135,80,77); }

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

background-color css

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

 a { background-color: rgb(135,80,77); }

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

border-color css

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

 span { border-color: rgb(135,80,77); }

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