Html Css Color HEX #7B5238 Cigar

📋 copy color: '#7B5238'

red 123 ◦ green 82 ◦ blue 56

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

Shades of Cigar #7B5238

Tints of Cigar #7B5238

RGB

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

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

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

R = 47.13%
G = 31.42%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.52

RGB Variations

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

Color information

#7B5238 (or 0x7B5238) is known color: Cigar. HEX triplet: 7B, 52 and 38. RGB value is (123,82,56). Sum of RGB (Red+Green+Blue) = 123+82+56=261 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.13% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5238 is #84ADC7. Grayscale: #5B5B5B. Windows color (decimal): -8695240 or 3691131. OLE color: 3691131.

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

Color convert

RGB 123 82 56 -
CMYK 0 0.33 0.54 0.52
HSL 23.28º 0.37% 0.35% -
HSV(B) 23.28º 0.54% 0.48% -
XYZ 11.9 10.53 5.15 -
YUV 91.3 108.08 150.61 -
System Red Green Blue C M Y K H S L
Decimal 123 82 56 0 0.33 0.54 0.52 23.28 0.37 0.35
Hex 7B 52 38 0 21 36 34 17 25 23
Octal 173 122 70 0 41 66 64 27 45 43
Binary 1111011 1010010 111000 0 100001 110110 110100 10111 100101 100011

Color Harmonies of #7B5238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5238

Black with #7B5238

Text Example


Text Example

White with #7B5238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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