Html Css Color HEX #7B3F40 Tosca

📋 copy color: '#7B3F40'

red 123 ◦ green 63 ◦ blue 64

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

Shades of Tosca #7B3F40

Tints of Tosca #7B3F40

RGB

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

 GREEN value IS 63 (25% from 255) = 25.2%

 BLUE value IS 64 (25.39% from 255) = 25.6%

R = 49.2%
G = 25.2%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#7B3F40 (or 0x7B3F40) is known color: Tosca. HEX triplet: 7B, 3F and 40. RGB value is (123,63,64). Sum of RGB (Red+Green+Blue) = 123+63+64=250 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.2% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3F40 is #84C0BF. Grayscale: #515151. Windows color (decimal): -8700096 or 4210555. OLE color: 4210555.

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

Color convert

RGB 123 63 64 -
CMYK 0 0.49 0.48 0.52
HSL 359º 0.32% 0.36% -
HSV(B) 359º 0.49% 0.48% -
XYZ 10.87 8.14 5.85 -
YUV 81.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 123 63 64 0 0.49 0.48 0.52 359 0.32 0.36
Hex 7B 3F 40 0 31 30 34 167 20 24
Octal 173 77 100 0 61 60 64 547 40 44
Binary 1111011 111111 1000000 0 110001 110000 110100 101100111 100000 100100

Color Harmonies of #7B3F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3F40

Black with #7B3F40

Text Example


Text Example

White with #7B3F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,63,64); }

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

background-color css

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

 a { background-color: rgb(123,63,64); }

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

border-color css

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

 span { border-color: rgb(123,63,64); }

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