Html Css Color HEX #7B5340 Cigar

📋 copy color: '#7B5340'

red 123 ◦ green 83 ◦ blue 64

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

Shades of Cigar #7B5340

Tints of Cigar #7B5340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.7%

R = 45.56%
G = 30.74%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#7B5340 (or 0x7B5340) is known color: Cigar. HEX triplet: 7B, 53 and 40. RGB value is (123,83,64). Sum of RGB (Red+Green+Blue) = 123+83+64=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5340 is #84ACBF. Grayscale: #5C5C5C. Windows color (decimal): -8694976 or 4215675. OLE color: 4215675.

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

Color convert

RGB 123 83 64 -
CMYK 0 0.33 0.48 0.52
HSL 19.32º 0.32% 0.37% -
HSV(B) 19.32º 0.48% 0.48% -
XYZ 12.19 10.77 6.29 -
YUV 92.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 123 83 64 0 0.33 0.48 0.52 19.32 0.32 0.37
Hex 7B 53 40 0 21 30 34 13 20 25
Octal 173 123 100 0 41 60 64 23 40 45
Binary 1111011 1010011 1000000 0 100001 110000 110100 10011 100000 100101

Color Harmonies of #7B5340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5340

Black with #7B5340

Text Example


Text Example

White with #7B5340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,83,64); }

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

background-color css

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

 a { background-color: rgb(123,83,64); }

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

border-color css

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

 span { border-color: rgb(123,83,64); }

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