Html Css Color HEX #7E503A Cigar

📋 copy color: '#7E503A'

red 126 ◦ green 80 ◦ blue 58

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

Shades of Cigar #7E503A

Tints of Cigar #7E503A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.3%

 BLUE value IS 58 (23.05% from 255) = 21.97%

R = 47.73%
G = 30.3%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7E503A (or 0x7E503A) is known color: Cigar. HEX triplet: 7E, 50 and 3A. RGB value is (126,80,58). Sum of RGB (Red+Green+Blue) = 126+80+58=264 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.73% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 126 - color contains mainly: red. Hex color #7E503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E503A is #81AFC5. Grayscale: #5B5B5B. Windows color (decimal): -8499142 or 3821694. OLE color: 3821694.

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

Color convert

RGB 126 80 58 -
CMYK 0 0.37 0.54 0.51
HSL 19.41º 0.37% 0.36% -
HSV(B) 19.41º 0.54% 0.49% -
XYZ 12.24 10.48 5.38 -
YUV 91.25 109.24 152.79 -
System Red Green Blue C M Y K H S L
Decimal 126 80 58 0 0.37 0.54 0.51 19.41 0.37 0.36
Hex 7E 50 3A 0 25 36 33 13 25 24
Octal 176 120 72 0 45 66 63 23 45 44
Binary 1111110 1010000 111010 0 100101 110110 110011 10011 100101 100100

Color Harmonies of #7E503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E503A

Black with #7E503A

Text Example


Text Example

White with #7E503A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,80,58); }

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

background-color css

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

 a { background-color: rgb(126,80,58); }

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

border-color css

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

 span { border-color: rgb(126,80,58); }

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