Html Css Color HEX #7C523D Cigar

📋 copy color: '#7C523D'

red 124 ◦ green 82 ◦ blue 61

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

Shades of Cigar #7C523D

Tints of Cigar #7C523D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.71%

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

R = 46.44%
G = 30.71%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7C523D (or 0x7C523D) is known color: Cigar. HEX triplet: 7C, 52 and 3D. RGB value is (124,82,61). Sum of RGB (Red+Green+Blue) = 124+82+61=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 124 - color contains mainly: red. Hex color #7C523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C523D is #83ADC2. Grayscale: #5C5C5C. Windows color (decimal): -8629699 or 4018812. OLE color: 4018812.

HSL color Cylindrical-coordinate representation of color #7C523D: hue angle of 20º 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 #7C523D is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 82 61 -
CMYK 0 0.34 0.51 0.51
HSL 20º 0.34% 0.36% -
HSV(B) 20º 0.51% 0.49% -
XYZ 12.17 10.66 5.83 -
YUV 92.16 110.41 150.71 -
System Red Green Blue C M Y K H S L
Decimal 124 82 61 0 0.34 0.51 0.51 20 0.34 0.36
Hex 7C 52 3D 0 22 33 33 14 22 24
Octal 174 122 75 0 42 63 63 24 42 44
Binary 1111100 1010010 111101 0 100010 110011 110011 10100 100010 100100

Color Harmonies of #7C523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C523D

Black with #7C523D

Text Example


Text Example

White with #7C523D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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