Html Css Color HEX #7B4146 Tosca

📋 copy color: '#7B4146'

red 123 ◦ green 65 ◦ blue 70

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

Shades of Tosca #7B4146

Tints of Tosca #7B4146

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.19%

 BLUE value IS 70 (27.73% from 255) = 27.13%

R = 47.67%
G = 25.19%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.52

RGB Variations

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

Color information

#7B4146 (or 0x7B4146) is known color: Tosca. HEX triplet: 7B, 41 and 46. RGB value is (123,65,70). Sum of RGB (Red+Green+Blue) = 123+65+70=258 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.67% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4146 is #84BEB9. Grayscale: #525252. Windows color (decimal): -8699578 or 4604283. OLE color: 4604283.

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

Color convert

RGB 123 65 70 -
CMYK 0 0.47 0.43 0.52
HSL 354.83º 0.31% 0.37% -
HSV(B) 354.83º 0.47% 0.48% -
XYZ 11.16 8.43 6.83 -
YUV 82.91 120.72 156.59 -
System Red Green Blue C M Y K H S L
Decimal 123 65 70 0 0.47 0.43 0.52 354.83 0.31 0.37
Hex 7B 41 46 0 2F 2B 34 163 1F 25
Octal 173 101 106 0 57 53 64 543 37 45
Binary 1111011 1000001 1000110 0 101111 101011 110100 101100011 11111 100101

Color Harmonies of #7B4146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4146

Black with #7B4146

Text Example


Text Example

White with #7B4146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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