Html Css Color HEX #7C503F Cigar

📋 copy color: '#7C503F'

red 124 ◦ green 80 ◦ blue 63

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

Shades of Cigar #7C503F

Tints of Cigar #7C503F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.96%

 BLUE value IS 63 (25% from 255) = 23.6%

R = 46.44%
G = 29.96%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7C503F (or 0x7C503F) is known color: Cigar. HEX triplet: 7C, 50 and 3F. RGB value is (124,80,63). Sum of RGB (Red+Green+Blue) = 124+80+63=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 124 - color contains mainly: red. Hex color #7C503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C503F is #83AFC0. Grayscale: #5B5B5B. Windows color (decimal): -8630209 or 4149372. OLE color: 4149372.

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

Color convert

RGB 124 80 63 -
CMYK 0 0.35 0.49 0.51
HSL 16.72º 0.33% 0.37% -
HSV(B) 16.72º 0.49% 0.49% -
XYZ 12.08 10.38 6.07 -
YUV 91.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 124 80 63 0 0.35 0.49 0.51 16.72 0.33 0.37
Hex 7C 50 3F 0 23 31 33 11 21 25
Octal 174 120 77 0 43 61 63 21 41 45
Binary 1111100 1010000 111111 0 100011 110001 110011 10001 100001 100101

Color Harmonies of #7C503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C503F

Black with #7C503F

Text Example


Text Example

White with #7C503F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,80,63); }

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

background-color css

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

 a { background-color: rgb(124,80,63); }

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

border-color css

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

 span { border-color: rgb(124,80,63); }

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