Html Css Color HEX #7D5542 Cigar

📋 copy color: '#7D5542'

red 125 ◦ green 85 ◦ blue 66

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

Shades of Cigar #7D5542

Tints of Cigar #7D5542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.91%

R = 45.29%
G = 30.8%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#7D5542 (or 0x7D5542) is known color: Cigar. HEX triplet: 7D, 55 and 42. RGB value is (125,85,66). Sum of RGB (Red+Green+Blue) = 125+85+66=276 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.29% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5542 is #82AABD. Grayscale: #5E5E5E. Windows color (decimal): -8563390 or 4347261. OLE color: 4347261.

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

Color convert

RGB 125 85 66 -
CMYK 0 0.32 0.47 0.51
HSL 19.32º 0.31% 0.37% -
HSV(B) 19.32º 0.47% 0.49% -
XYZ 12.69 11.25 6.66 -
YUV 94.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 125 85 66 0 0.32 0.47 0.51 19.32 0.31 0.37
Hex 7D 55 42 0 20 2F 33 13 1F 25
Octal 175 125 102 0 40 57 63 23 37 45
Binary 1111101 1010101 1000010 0 100000 101111 110011 10011 11111 100101

Color Harmonies of #7D5542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5542

Black with #7D5542

Text Example


Text Example

White with #7D5542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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