Html Css Color HEX #773D3F Tosca

📋 copy color: '#773D3F'

red 119 ◦ green 61 ◦ blue 63

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

Shades of Tosca #773D3F

Tints of Tosca #773D3F

RGB

 RED value IS 119 (46.88% from 255) = 48.97%

 GREEN value IS 61 (24.22% from 255) = 25.1%

 BLUE value IS 63 (25% from 255) = 25.93%

R = 48.97%
G = 25.1%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#773D3F (or 0x773D3F) is known color: Tosca. HEX triplet: 77, 3D and 3F. RGB value is (119,61,63). Sum of RGB (Red+Green+Blue) = 119+61+63=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #773D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773D3F is #88C2C0. Grayscale: #4E4E4E. Windows color (decimal): -8962753 or 4144503. OLE color: 4144503.

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

Color convert

RGB 119 61 63 -
CMYK 0 0.49 0.47 0.53
HSL 357.93º 0.32% 0.35% -
HSV(B) 357.93º 0.49% 0.47% -
XYZ 10.17 7.62 5.64 -
YUV 78.57 119.22 156.84 -
System Red Green Blue C M Y K H S L
Decimal 119 61 63 0 0.49 0.47 0.53 357.93 0.32 0.35
Hex 77 3D 3F 0 31 2F 35 166 20 23
Octal 167 75 77 0 61 57 65 546 40 43
Binary 1110111 111101 111111 0 110001 101111 110101 101100110 100000 100011

Color Harmonies of #773D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773D3F

Black with #773D3F

Text Example


Text Example

White with #773D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773D3F; }

 p { color: rgb(119,61,63); }

 H1.HeaderClassName
 {
   color: #773D3F;
 }
 .AnyTagClassName
 {
   color: #773D3F;
 }
</style>

background-color css

<style>
 a { background-color: #773D3F; }

 a { background-color: rgb(119,61,63); }

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

border-color css

<style>
 span { border-color: #773D3F; }

 span { border-color: rgb(119,61,63); }

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