Html Css Color HEX #7D5E4D Roman Coffee

📋 copy color: '#7D5E4D'

red 125 ◦ green 94 ◦ blue 77

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

Shades of Roman Coffee #7D5E4D

Tints of Roman Coffee #7D5E4D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.76%

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

R = 42.23%
G = 31.76%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#7D5E4D (or 0x7D5E4D) is known color: Roman Coffee. HEX triplet: 7D, 5E and 4D. RGB value is (125,94,77). Sum of RGB (Red+Green+Blue) = 125+94+77=296 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.23% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5E4D is #82A1B2. Grayscale: #656565. Windows color (decimal): -8561075 or 5070461. OLE color: 5070461.

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

Color convert

RGB 125 94 77 -
CMYK 0 0.25 0.38 0.51
HSL 21.25º 0.24% 0.4% -
HSV(B) 21.25º 0.38% 0.49% -
XYZ 13.8 12.9 8.78 -
YUV 101.33 114.27 144.88 -
System Red Green Blue C M Y K H S L
Decimal 125 94 77 0 0.25 0.38 0.51 21.25 0.24 0.4
Hex 7D 5E 4D 0 19 26 33 15 18 28
Octal 175 136 115 0 31 46 63 25 30 50
Binary 1111101 1011110 1001101 0 11001 100110 110011 10101 11000 101000

Color Harmonies of #7D5E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5E4D

Black with #7D5E4D

Text Example


Text Example

White with #7D5E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,94,77); }

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

background-color css

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

 a { background-color: rgb(125,94,77); }

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

border-color css

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

 span { border-color: rgb(125,94,77); }

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