Html Css Color HEX #7C4F3D Cigar

📋 copy color: '#7C4F3D'

red 124 ◦ green 79 ◦ blue 61

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

Shades of Cigar #7C4F3D

Tints of Cigar #7C4F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.11%

R = 46.97%
G = 29.92%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7C4F3D (or 0x7C4F3D) is known color: Cigar. HEX triplet: 7C, 4F and 3D. RGB value is (124,79,61). Sum of RGB (Red+Green+Blue) = 124+79+61=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C4F3D is #83B0C2. Grayscale: #5A5A5A. Windows color (decimal): -8630467 or 4018044. OLE color: 4018044.

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

Color convert

RGB 124 79 61 -
CMYK 0 0.36 0.51 0.51
HSL 17.14º 0.34% 0.36% -
HSV(B) 17.14º 0.51% 0.49% -
XYZ 11.95 10.21 5.76 -
YUV 90.4 111.41 151.96 -
System Red Green Blue C M Y K H S L
Decimal 124 79 61 0 0.36 0.51 0.51 17.14 0.34 0.36
Hex 7C 4F 3D 0 24 33 33 11 22 24
Octal 174 117 75 0 44 63 63 21 42 44
Binary 1111100 1001111 111101 0 100100 110011 110011 10001 100010 100100

Color Harmonies of #7C4F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4F3D

Black with #7C4F3D

Text Example


Text Example

White with #7C4F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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