Html Css Color HEX #7D514A Lotus

📋 copy color: '#7D514A'

red 125 ◦ green 81 ◦ blue 74

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

Shades of Lotus #7D514A

Tints of Lotus #7D514A

RGB

 RED value IS 125 (49.22% from 255) = 44.64%

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

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

R = 44.64%
G = 28.93%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#7D514A (or 0x7D514A) is known color: Lotus. HEX triplet: 7D, 51 and 4A. RGB value is (125,81,74). Sum of RGB (Red+Green+Blue) = 125+81+74=280 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.64% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 125 - color contains mainly: red. Hex color #7D514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D514A is #82AEB5. Grayscale: #5D5D5D. Windows color (decimal): -8564406 or 4870525. OLE color: 4870525.

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

Color convert

RGB 125 81 74 -
CMYK 0 0.35 0.41 0.51
HSL 8.24º 0.26% 0.39% -
HSV(B) 8.24º 0.41% 0.49% -
XYZ 12.64 10.74 7.89 -
YUV 93.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 125 81 74 0 0.35 0.41 0.51 8.24 0.26 0.39
Hex 7D 51 4A 0 23 29 33 8 1A 27
Octal 175 121 112 0 43 51 63 10 32 47
Binary 1111101 1010001 1001010 0 100011 101001 110011 1000 11010 100111

Color Harmonies of #7D514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D514A

Black with #7D514A

Text Example


Text Example

White with #7D514A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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