Html Css Color HEX #7C4E38 Cigar

📋 copy color: '#7C4E38'

red 124 ◦ green 78 ◦ blue 56

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

Shades of Cigar #7C4E38

Tints of Cigar #7C4E38

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.23%

 BLUE value IS 56 (22.27% from 255) = 21.71%

R = 48.06%
G = 30.23%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#7C4E38 (or 0x7C4E38) is known color: Cigar. HEX triplet: 7C, 4E and 38. RGB value is (124,78,56). Sum of RGB (Red+Green+Blue) = 124+78+56=258 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.06% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C4E38 is #83B1C7. Grayscale: #595959. Windows color (decimal): -8630728 or 3690108. OLE color: 3690108.

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

Color convert

RGB 124 78 56 -
CMYK 0 0.37 0.55 0.51
HSL 19.41º 0.38% 0.35% -
HSV(B) 19.41º 0.55% 0.49% -
XYZ 11.75 10.02 5.06 -
YUV 89.25 109.24 152.79 -
System Red Green Blue C M Y K H S L
Decimal 124 78 56 0 0.37 0.55 0.51 19.41 0.38 0.35
Hex 7C 4E 38 0 25 37 33 13 26 23
Octal 174 116 70 0 45 67 63 23 46 43
Binary 1111100 1001110 111000 0 100101 110111 110011 10011 100110 100011

Color Harmonies of #7C4E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4E38

Black with #7C4E38

Text Example


Text Example

White with #7C4E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,78,56); }

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

background-color css

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

 a { background-color: rgb(124,78,56); }

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

border-color css

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

 span { border-color: rgb(124,78,56); }

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