Html Css Color HEX #7C4F3B Cigar

📋 copy color: '#7C4F3B'

red 124 ◦ green 79 ◦ blue 59

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

Shades of Cigar #7C4F3B

Tints of Cigar #7C4F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.52%

R = 47.33%
G = 30.15%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7C4F3B (or 0x7C4F3B) is known color: Cigar. HEX triplet: 7C, 4F and 3B. RGB value is (124,79,59). Sum of RGB (Red+Green+Blue) = 124+79+59=262 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.33% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C4F3B is #83B0C4. Grayscale: #5A5A5A. Windows color (decimal): -8630469 or 3886972. OLE color: 3886972.

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

Color convert

RGB 124 79 59 -
CMYK 0 0.36 0.52 0.51
HSL 18.46º 0.36% 0.36% -
HSV(B) 18.46º 0.52% 0.49% -
XYZ 11.9 10.19 5.48 -
YUV 90.18 110.41 152.13 -
System Red Green Blue C M Y K H S L
Decimal 124 79 59 0 0.36 0.52 0.51 18.46 0.36 0.36
Hex 7C 4F 3B 0 24 34 33 12 24 24
Octal 174 117 73 0 44 64 63 22 44 44
Binary 1111100 1001111 111011 0 100100 110100 110011 10010 100100 100100

Color Harmonies of #7C4F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4F3B

Black with #7C4F3B

Text Example


Text Example

White with #7C4F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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