Html Css Color HEX #7B5138 Cigar

📋 copy color: '#7B5138'

red 123 ◦ green 81 ◦ blue 56

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

Shades of Cigar #7B5138

Tints of Cigar #7B5138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.54%

R = 47.31%
G = 31.15%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.52

RGB Variations

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

Color information

#7B5138 (or 0x7B5138) is known color: Cigar. HEX triplet: 7B, 51 and 38. RGB value is (123,81,56). Sum of RGB (Red+Green+Blue) = 123+81+56=260 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.31% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5138 is #84AEC7. Grayscale: #5A5A5A. Windows color (decimal): -8695496 or 3690875. OLE color: 3690875.

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

Color convert

RGB 123 81 56 -
CMYK 0 0.34 0.54 0.52
HSL 22.39º 0.37% 0.35% -
HSV(B) 22.39º 0.54% 0.48% -
XYZ 11.82 10.38 5.12 -
YUV 90.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 123 81 56 0 0.34 0.54 0.52 22.39 0.37 0.35
Hex 7B 51 38 0 22 36 34 16 25 23
Octal 173 121 70 0 42 66 64 26 45 43
Binary 1111011 1010001 111000 0 100010 110110 110100 10110 100101 100011

Color Harmonies of #7B5138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5138

Black with #7B5138

Text Example


Text Example

White with #7B5138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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