Html Css Color HEX #7C4F3E Cigar

📋 copy color: '#7C4F3E'

red 124 ◦ green 79 ◦ blue 62

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

Shades of Cigar #7C4F3E

Tints of Cigar #7C4F3E

RGB

 RED value IS 124 (48.83% from 255) = 46.79%

 GREEN value IS 79 (31.25% from 255) = 29.81%

 BLUE value IS 62 (24.61% from 255) = 23.4%

R = 46.79%
G = 29.81%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.5

 K value IS 0.51

RGB Variations

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

Color information

#7C4F3E (or 0x7C4F3E) is known color: Cigar. HEX triplet: 7C, 4F and 3E. RGB value is (124,79,62). Sum of RGB (Red+Green+Blue) = 124+79+62=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C4F3E is #83B0C1. Grayscale: #5A5A5A. Windows color (decimal): -8630466 or 4083580. OLE color: 4083580.

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

Color convert

RGB 124 79 62 -
CMYK 0 0.36 0.5 0.51
HSL 16.45º 0.33% 0.36% -
HSV(B) 16.45º 0.5% 0.49% -
XYZ 11.98 10.22 5.9 -
YUV 90.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 124 79 62 0 0.36 0.5 0.51 16.45 0.33 0.36
Hex 7C 4F 3E 0 24 32 33 10 21 24
Octal 174 117 76 0 44 62 63 20 41 44
Binary 1111100 1001111 111110 0 100100 110010 110011 10000 100001 100100

Color Harmonies of #7C4F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4F3E

Black with #7C4F3E

Text Example


Text Example

White with #7C4F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,79,62); }

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

background-color css

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

 a { background-color: rgb(124,79,62); }

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

border-color css

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

 span { border-color: rgb(124,79,62); }

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