Html Css Color HEX #875754 Lotus

📋 copy color: '#875754'

red 135 ◦ green 87 ◦ blue 84

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

Shades of Lotus #875754

Tints of Lotus #875754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.45%

R = 44.12%
G = 28.43%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#875754 (or 0x875754) is known color: Lotus. HEX triplet: 87, 57 and 54. RGB value is (135,87,84). Sum of RGB (Red+Green+Blue) = 135+87+84=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #875754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875754 is #78A8AB. Grayscale: #656565. Windows color (decimal): -7907500 or 5527431. OLE color: 5527431.

HSL color Cylindrical-coordinate representation of color #875754: hue angle of 3.53º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #875754 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 87 84 -
CMYK 0 0.36 0.38 0.47
HSL 3.53º 0.23% 0.43% -
HSV(B) 3.53º 0.38% 0.53% -
XYZ 15 12.61 10.03 -
YUV 101.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 135 87 84 0 0.36 0.38 0.47 3.53 0.23 0.43
Hex 87 57 54 0 24 26 2F 4 17 2B
Octal 207 127 124 0 44 46 57 4 27 53
Binary 10000111 1010111 1010100 0 100100 100110 101111 100 10111 101011

Color Harmonies of #875754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875754

Black with #875754

Text Example


Text Example

White with #875754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875754; }

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

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

background-color css

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

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

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

border-color css

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

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

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