Html Css Color HEX #7C514A Lotus

📋 copy color: '#7C514A'

red 124 ◦ green 81 ◦ blue 74

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

Shades of Lotus #7C514A

Tints of Lotus #7C514A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.03%

 BLUE value IS 74 (29.3% from 255) = 26.52%

R = 44.44%
G = 29.03%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#7C514A (or 0x7C514A) is known color: Lotus. HEX triplet: 7C, 51 and 4A. RGB value is (124,81,74). Sum of RGB (Red+Green+Blue) = 124+81+74=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 124 - color contains mainly: red. Hex color #7C514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C514A is #83AEB5. Grayscale: #5D5D5D. Windows color (decimal): -8629942 or 4870524. OLE color: 4870524.

HSL color Cylindrical-coordinate representation of color #7C514A: hue angle of 8.4º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C514A is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 81 74 -
CMYK 0 0.35 0.40 0.51
HSL 8.4º 0.25% 0.39% -
HSV(B) 8.4º 0.4% 0.49% -
XYZ 12.49 10.66 7.88 -
YUV 93.06 117.25 150.07 -
System Red Green Blue C M Y K H S L
Decimal 124 81 74 0 0.35 0.40 0.51 8.4 0.25 0.39
Hex 7C 51 4A 0 23 28 33 8 19 27
Octal 174 121 112 0 43 50 63 10 31 47
Binary 1111100 1010001 1001010 0 100011 101000 110011 1000 11001 100111

Color Harmonies of #7C514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C514A

Black with #7C514A

Text Example


Text Example

White with #7C514A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,81,74); }

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

background-color css

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

 a { background-color: rgb(124,81,74); }

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

border-color css

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

 span { border-color: rgb(124,81,74); }

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