Html Css Color HEX #763D3F Tosca

📋 copy color: '#763D3F'

red 118 ◦ green 61 ◦ blue 63

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

Shades of Tosca #763D3F

Tints of Tosca #763D3F

RGB

 RED value IS 118 (46.48% from 255) = 48.76%

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

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

R = 48.76%
G = 25.21%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#763D3F (or 0x763D3F) is known color: Tosca. HEX triplet: 76, 3D and 3F. RGB value is (118,61,63). Sum of RGB (Red+Green+Blue) = 118+61+63=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #763D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D3F is #89C2C0. Grayscale: #4E4E4E. Windows color (decimal): -9028289 or 4144502. OLE color: 4144502.

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

Color convert

RGB 118 61 63 -
CMYK 0 0.48 0.47 0.54
HSL 357.89º 0.32% 0.35% -
HSV(B) 357.89º 0.48% 0.46% -
XYZ 10.04 7.55 5.63 -
YUV 78.27 119.38 156.34 -
System Red Green Blue C M Y K H S L
Decimal 118 61 63 0 0.48 0.47 0.54 357.89 0.32 0.35
Hex 76 3D 3F 0 30 2F 36 166 20 23
Octal 166 75 77 0 60 57 66 546 40 43
Binary 1110110 111101 111111 0 110000 101111 110110 101100110 100000 100011

Color Harmonies of #763D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D3F

Black with #763D3F

Text Example


Text Example

White with #763D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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