Html Css Color HEX #7B3C41 Tosca

📋 copy color: '#7B3C41'

red 123 ◦ green 60 ◦ blue 65

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

Shades of Tosca #7B3C41

Tints of Tosca #7B3C41

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.19%

 BLUE value IS 65 (25.78% from 255) = 26.21%

R = 49.6%
G = 24.19%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#7B3C41 (or 0x7B3C41) is known color: Tosca. HEX triplet: 7B, 3C and 41. RGB value is (123,60,65). Sum of RGB (Red+Green+Blue) = 123+60+65=248 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.60% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3C41 is #84C3BE. Grayscale: #4F4F4F. Windows color (decimal): -8700863 or 4275323. OLE color: 4275323.

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

Color convert

RGB 123 60 65 -
CMYK 0 0.51 0.47 0.52
HSL 355.24º 0.34% 0.36% -
HSV(B) 355.24º 0.51% 0.48% -
XYZ 10.74 7.82 5.95 -
YUV 79.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 123 60 65 0 0.51 0.47 0.52 355.24 0.34 0.36
Hex 7B 3C 41 0 33 2F 34 163 22 24
Octal 173 74 101 0 63 57 64 543 42 44
Binary 1111011 111100 1000001 0 110011 101111 110100 101100011 100010 100100

Color Harmonies of #7B3C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3C41

Black with #7B3C41

Text Example


Text Example

White with #7B3C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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