Html Css Color HEX #7E5441 Cigar

📋 copy color: '#7E5441'

red 126 ◦ green 84 ◦ blue 65

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

Shades of Cigar #7E5441

Tints of Cigar #7E5441

RGB

 RED value IS 126 (49.61% from 255) = 45.82%

 GREEN value IS 84 (33.2% from 255) = 30.55%

 BLUE value IS 65 (25.78% from 255) = 23.64%

R = 45.82%
G = 30.55%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7E5441 (or 0x7E5441) is known color: Cigar. HEX triplet: 7E, 54 and 41. RGB value is (126,84,65). Sum of RGB (Red+Green+Blue) = 126+84+65=275 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.82% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5441 is #81ABBE. Grayscale: #5E5E5E. Windows color (decimal): -8498111 or 4281470. OLE color: 4281470.

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

Color convert

RGB 126 84 65 -
CMYK 0 0.33 0.48 0.51
HSL 18.69º 0.32% 0.37% -
HSV(B) 18.69º 0.48% 0.49% -
XYZ 12.73 11.16 6.48 -
YUV 94.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 126 84 65 0 0.33 0.48 0.51 18.69 0.32 0.37
Hex 7E 54 41 0 21 30 33 13 20 25
Octal 176 124 101 0 41 60 63 23 40 45
Binary 1111110 1010100 1000001 0 100001 110000 110011 10011 100000 100101

Color Harmonies of #7E5441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5441

Black with #7E5441

Text Example


Text Example

White with #7E5441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,84,65); }

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

background-color css

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

 a { background-color: rgb(126,84,65); }

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

border-color css

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

 span { border-color: rgb(126,84,65); }

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