Html Css Color HEX #783A3C Tosca

📋 copy color: '#783A3C'

red 120 ◦ green 58 ◦ blue 60

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

Shades of Tosca #783A3C

Tints of Tosca #783A3C

RGB

 RED value IS 120 (47.27% from 255) = 50.42%

 GREEN value IS 58 (23.05% from 255) = 24.37%

 BLUE value IS 60 (23.83% from 255) = 25.21%

R = 50.42%
G = 24.37%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.5

 K value IS 0.53

RGB Variations

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

Color information

#783A3C (or 0x783A3C) is known color: Tosca. HEX triplet: 78, 3A and 3C. RGB value is (120,58,60). Sum of RGB (Red+Green+Blue) = 120+58+60=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #783A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783A3C is #87C5C3. Grayscale: #4C4C4C. Windows color (decimal): -8897988 or 3947128. OLE color: 3947128.

HSL color Cylindrical-coordinate representation of color #783A3C: hue angle of 358.06º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #783A3C is Cyan = 0, Magento = 0.52, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 58 60 -
CMYK 0 0.52 0.5 0.53
HSL 358.06º 0.35% 0.35% -
HSV(B) 358.06º 0.52% 0.47% -
XYZ 10.07 7.35 5.16 -
YUV 76.77 118.54 158.84 -
System Red Green Blue C M Y K H S L
Decimal 120 58 60 0 0.52 0.5 0.53 358.06 0.35 0.35
Hex 78 3A 3C 0 34 32 35 166 23 23
Octal 170 72 74 0 64 62 65 546 43 43
Binary 1111000 111010 111100 0 110100 110010 110101 101100110 100011 100011

Color Harmonies of #783A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783A3C

Black with #783A3C

Text Example


Text Example

White with #783A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783A3C; }

 p { color: rgb(120,58,60); }

 H1.HeaderClassName
 {
   color: #783A3C;
 }
 .AnyTagClassName
 {
   color: #783A3C;
 }
</style>

background-color css

<style>
 a { background-color: #783A3C; }

 a { background-color: rgb(120,58,60); }

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

border-color css

<style>
 span { border-color: #783A3C; }

 span { border-color: rgb(120,58,60); }

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