Html Css Color HEX #7C5335 Cigar

📋 copy color: '#7C5335'

red 124 ◦ green 83 ◦ blue 53

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

Shades of Cigar #7C5335

Tints of Cigar #7C5335

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.92%

 BLUE value IS 53 (21.09% from 255) = 20.38%

R = 47.69%
G = 31.92%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#7C5335 (or 0x7C5335) is known color: Cigar. HEX triplet: 7C, 53 and 35. RGB value is (124,83,53). Sum of RGB (Red+Green+Blue) = 124+83+53=260 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.69% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5335 is #83ACCA. Grayscale: #5B5B5B. Windows color (decimal): -8629451 or 3494780. OLE color: 3494780.

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

Color convert

RGB 124 83 53 -
CMYK 0 0.33 0.57 0.51
HSL 25.35º 0.4% 0.35% -
HSV(B) 25.35º 0.57% 0.49% -
XYZ 12.05 10.73 4.8 -
YUV 91.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 124 83 53 0 0.33 0.57 0.51 25.35 0.4 0.35
Hex 7C 53 35 0 21 39 33 19 28 23
Octal 174 123 65 0 41 71 63 31 50 43
Binary 1111100 1010011 110101 0 100001 111001 110011 11001 101000 100011

Color Harmonies of #7C5335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5335

Black with #7C5335

Text Example


Text Example

White with #7C5335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,83,53); }

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

background-color css

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

 a { background-color: rgb(124,83,53); }

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

border-color css

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

 span { border-color: rgb(124,83,53); }

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