Html Css Color HEX #7B5442 Cigar

📋 copy color: '#7B5442'

red 123 ◦ green 84 ◦ blue 66

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

Shades of Cigar #7B5442

Tints of Cigar #7B5442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.77%

 BLUE value IS 66 (26.17% from 255) = 24.18%

R = 45.05%
G = 30.77%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.52

RGB Variations

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

Color information

#7B5442 (or 0x7B5442) is known color: Cigar. HEX triplet: 7B, 54 and 42. RGB value is (123,84,66). Sum of RGB (Red+Green+Blue) = 123+84+66=273 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.05% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5442 is #84ABBD. Grayscale: #5D5D5D. Windows color (decimal): -8694718 or 4347003. OLE color: 4347003.

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

Color convert

RGB 123 84 66 -
CMYK 0 0.32 0.46 0.52
HSL 18.95º 0.3% 0.37% -
HSV(B) 18.95º 0.46% 0.48% -
XYZ 12.32 10.94 6.62 -
YUV 93.61 112.42 148.96 -
System Red Green Blue C M Y K H S L
Decimal 123 84 66 0 0.32 0.46 0.52 18.95 0.3 0.37
Hex 7B 54 42 0 20 2E 34 13 1E 25
Octal 173 124 102 0 40 56 64 23 36 45
Binary 1111011 1010100 1000010 0 100000 101110 110100 10011 11110 100101

Color Harmonies of #7B5442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5442

Black with #7B5442

Text Example


Text Example

White with #7B5442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,84,66); }

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

background-color css

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

 a { background-color: rgb(123,84,66); }

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

border-color css

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

 span { border-color: rgb(123,84,66); }

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