Html Css Color HEX #7B503D Cigar

📋 copy color: '#7B503D'

red 123 ◦ green 80 ◦ blue 61

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

Shades of Cigar #7B503D

Tints of Cigar #7B503D

RGB

 RED value IS 123 (48.44% from 255) = 46.59%

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

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

R = 46.59%
G = 30.3%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#7B503D (or 0x7B503D) is known color: Cigar. HEX triplet: 7B, 50 and 3D. RGB value is (123,80,61). Sum of RGB (Red+Green+Blue) = 123+80+61=264 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.59% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 123 - color contains mainly: red. Hex color #7B503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B503D is #84AFC2. Grayscale: #5A5A5A. Windows color (decimal): -8695747 or 4018299. OLE color: 4018299.

HSL color Cylindrical-coordinate representation of color #7B503D: hue angle of 18.39º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B503D is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 80 61 -
CMYK 0 0.35 0.50 0.52
HSL 18.39º 0.34% 0.36% -
HSV(B) 18.39º 0.5% 0.48% -
XYZ 11.88 10.29 5.77 -
YUV 90.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 123 80 61 0 0.35 0.50 0.52 18.39 0.34 0.36
Hex 7B 50 3D 0 23 32 34 12 22 24
Octal 173 120 75 0 43 62 64 22 42 44
Binary 1111011 1010000 111101 0 100011 110010 110100 10010 100010 100100

Color Harmonies of #7B503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B503D

Black with #7B503D

Text Example


Text Example

White with #7B503D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,80,61); }

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

background-color css

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

 a { background-color: rgb(123,80,61); }

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

border-color css

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

 span { border-color: rgb(123,80,61); }

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