Html Css Color HEX #7B5141 Cigar

📋 copy color: '#7B5141'

red 123 ◦ green 81 ◦ blue 65

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

Shades of Cigar #7B5141

Tints of Cigar #7B5141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.11%

 BLUE value IS 65 (25.78% from 255) = 24.16%

R = 45.72%
G = 30.11%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#7B5141 (or 0x7B5141) is known color: Cigar. HEX triplet: 7B, 51 and 41. RGB value is (123,81,65). Sum of RGB (Red+Green+Blue) = 123+81+65=269 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.72% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5141 is #84AEBE. Grayscale: #5B5B5B. Windows color (decimal): -8695487 or 4280699. OLE color: 4280699.

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

Color convert

RGB 123 81 65 -
CMYK 0 0.34 0.47 0.52
HSL 16.55º 0.31% 0.37% -
HSV(B) 16.55º 0.47% 0.48% -
XYZ 12.06 10.48 6.39 -
YUV 91.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 123 81 65 0 0.34 0.47 0.52 16.55 0.31 0.37
Hex 7B 51 41 0 22 2F 34 11 1F 25
Octal 173 121 101 0 42 57 64 21 37 45
Binary 1111011 1010001 1000001 0 100010 101111 110100 10001 11111 100101

Color Harmonies of #7B5141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5141

Black with #7B5141

Text Example


Text Example

White with #7B5141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,81,65); }

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

background-color css

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

 a { background-color: rgb(123,81,65); }

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

border-color css

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

 span { border-color: rgb(123,81,65); }

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