Html Css Color HEX #7D5540 Cigar

📋 copy color: '#7D5540'

red 125 ◦ green 85 ◦ blue 64

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

Shades of Cigar #7D5540

Tints of Cigar #7D5540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.36%

R = 45.62%
G = 31.02%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7D5540 (or 0x7D5540) is known color: Cigar. HEX triplet: 7D, 55 and 40. RGB value is (125,85,64). Sum of RGB (Red+Green+Blue) = 125+85+64=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5540 is #82AABF. Grayscale: #5E5E5E. Windows color (decimal): -8563392 or 4216189. OLE color: 4216189.

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

Color convert

RGB 125 85 64 -
CMYK 0 0.32 0.49 0.51
HSL 20.66º 0.32% 0.37% -
HSV(B) 20.66º 0.49% 0.49% -
XYZ 12.63 11.23 6.35 -
YUV 94.57 110.75 149.71 -
System Red Green Blue C M Y K H S L
Decimal 125 85 64 0 0.32 0.49 0.51 20.66 0.32 0.37
Hex 7D 55 40 0 20 31 33 15 20 25
Octal 175 125 100 0 40 61 63 25 40 45
Binary 1111101 1010101 1000000 0 100000 110001 110011 10101 100000 100101

Color Harmonies of #7D5540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5540

Black with #7D5540

Text Example


Text Example

White with #7D5540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,85,64); }

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

background-color css

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

 a { background-color: rgb(125,85,64); }

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

border-color css

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

 span { border-color: rgb(125,85,64); }

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