Html Css Color HEX #7D4B47 Lotus

📋 copy color: '#7D4B47'

red 125 ◦ green 75 ◦ blue 71

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

Shades of Lotus #7D4B47

Tints of Lotus #7D4B47

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.68%

 BLUE value IS 71 (28.13% from 255) = 26.2%

R = 46.13%
G = 27.68%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.51

RGB Variations

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

Color information

#7D4B47 (or 0x7D4B47) is known color: Lotus. HEX triplet: 7D, 4B and 47. RGB value is (125,75,71). Sum of RGB (Red+Green+Blue) = 125+75+71=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4B47 is #82B4B8. Grayscale: #595959. Windows color (decimal): -8565945 or 4672381. OLE color: 4672381.

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

Color convert

RGB 125 75 71 -
CMYK 0 0.40 0.43 0.51
HSL 4.44º 0.28% 0.38% -
HSV(B) 4.44º 0.43% 0.49% -
XYZ 12.11 9.85 7.22 -
YUV 89.49 117.57 153.33 -
System Red Green Blue C M Y K H S L
Decimal 125 75 71 0 0.40 0.43 0.51 4.44 0.28 0.38
Hex 7D 4B 47 0 28 2B 33 4 1C 26
Octal 175 113 107 0 50 53 63 4 34 46
Binary 1111101 1001011 1000111 0 101000 101011 110011 100 11100 100110

Color Harmonies of #7D4B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4B47

Black with #7D4B47

Text Example


Text Example

White with #7D4B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,75,71); }

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

background-color css

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

 a { background-color: rgb(125,75,71); }

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

border-color css

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

 span { border-color: rgb(125,75,71); }

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