Html Css Color HEX #7C554D Lotus

📋 copy color: '#7C554D'

red 124 ◦ green 85 ◦ blue 77

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

Shades of Lotus #7C554D

Tints of Lotus #7C554D

RGB

 RED value IS 124 (48.83% from 255) = 43.36%

 GREEN value IS 85 (33.59% from 255) = 29.72%

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

R = 43.36%
G = 29.72%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#7C554D (or 0x7C554D) is known color: Lotus. HEX triplet: 7C, 55 and 4D. RGB value is (124,85,77). Sum of RGB (Red+Green+Blue) = 124+85+77=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C554D is #83AAB2. Grayscale: #5F5F5F. Windows color (decimal): -8628915 or 5068156. OLE color: 5068156.

HSL color Cylindrical-coordinate representation of color #7C554D: hue angle of 10.21º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C554D is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 85 77 -
CMYK 0 0.31 0.38 0.51
HSL 10.21º 0.23% 0.39% -
HSV(B) 10.21º 0.38% 0.49% -
XYZ 12.9 11.32 8.53 -
YUV 95.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 124 85 77 0 0.31 0.38 0.51 10.21 0.23 0.39
Hex 7C 55 4D 0 1F 26 33 A 17 27
Octal 174 125 115 0 37 46 63 12 27 47
Binary 1111100 1010101 1001101 0 11111 100110 110011 1010 10111 100111

Color Harmonies of #7C554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C554D

Black with #7C554D

Text Example


Text Example

White with #7C554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C554D; }

 p { color: rgb(124,85,77); }

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

background-color css

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

 a { background-color: rgb(124,85,77); }

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

border-color css

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

 span { border-color: rgb(124,85,77); }

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