Html Css Color HEX #7B4C3A Cigar

📋 copy color: '#7B4C3A'

red 123 ◦ green 76 ◦ blue 58

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

Shades of Cigar #7B4C3A

Tints of Cigar #7B4C3A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.57%

 BLUE value IS 58 (23.05% from 255) = 22.57%

R = 47.86%
G = 29.57%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.52

RGB Variations

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

Color information

#7B4C3A (or 0x7B4C3A) is known color: Cigar. HEX triplet: 7B, 4C and 3A. RGB value is (123,76,58). Sum of RGB (Red+Green+Blue) = 123+76+58=257 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.86% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4C3A is #84B3C5. Grayscale: #585858. Windows color (decimal): -8696774 or 3820667. OLE color: 3820667.

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

Color convert

RGB 123 76 58 -
CMYK 0 0.38 0.53 0.52
HSL 16.62º 0.36% 0.35% -
HSV(B) 16.62º 0.53% 0.48% -
XYZ 11.52 9.69 5.27 -
YUV 88 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 123 76 58 0 0.38 0.53 0.52 16.62 0.36 0.35
Hex 7B 4C 3A 0 26 35 34 11 24 23
Octal 173 114 72 0 46 65 64 21 44 43
Binary 1111011 1001100 111010 0 100110 110101 110100 10001 100100 100011

Color Harmonies of #7B4C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4C3A

Black with #7B4C3A

Text Example


Text Example

White with #7B4C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,76,58); }

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

background-color css

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

 a { background-color: rgb(123,76,58); }

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

border-color css

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

 span { border-color: rgb(123,76,58); }

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