Html Css Color HEX #7B5240 Cigar

📋 copy color: '#7B5240'

red 123 ◦ green 82 ◦ blue 64

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

Shades of Cigar #7B5240

Tints of Cigar #7B5240

RGB

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

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

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

R = 45.72%
G = 30.48%
B = 23.79%

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

#7B5240 (or 0x7B5240) is known color: Cigar. HEX triplet: 7B, 52 and 40. RGB value is (123,82,64). Sum of RGB (Red+Green+Blue) = 123+82+64=269 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.72% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5240 is #84ADBF. Grayscale: #5C5C5C. Windows color (decimal): -8695232 or 4215419. OLE color: 4215419.

HSL color Cylindrical-coordinate representation of color #7B5240: hue angle of 18.31º 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 #7B5240 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 82 64 -
CMYK 0 0.33 0.48 0.52
HSL 18.31º 0.32% 0.37% -
HSV(B) 18.31º 0.48% 0.48% -
XYZ 12.11 10.62 6.26 -
YUV 92.21 112.08 149.96 -
System Red Green Blue C M Y K H S L
Decimal 123 82 64 0 0.33 0.48 0.52 18.31 0.32 0.37
Hex 7B 52 40 0 21 30 34 12 20 25
Octal 173 122 100 0 41 60 64 22 40 45
Binary 1111011 1010010 1000000 0 100001 110000 110100 10010 100000 100101

Color Harmonies of #7B5240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5240

Black with #7B5240

Text Example


Text Example

White with #7B5240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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