Html Css Color HEX #763C3F Tosca

📋 copy color: '#763C3F'

red 118 ◦ green 60 ◦ blue 63

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

Shades of Tosca #763C3F

Tints of Tosca #763C3F

RGB

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

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

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

R = 48.96%
G = 24.9%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#763C3F (or 0x763C3F) is known color: Tosca. HEX triplet: 76, 3C and 3F. RGB value is (118,60,63). Sum of RGB (Red+Green+Blue) = 118+60+63=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #763C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C3F is #89C3C0. Grayscale: #4D4D4D. Windows color (decimal): -9028545 or 4144246. OLE color: 4144246.

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

Color convert

RGB 118 60 63 -
CMYK 0 0.49 0.47 0.54
HSL 356.9º 0.33% 0.35% -
HSV(B) 356.9º 0.49% 0.46% -
XYZ 9.98 7.44 5.61 -
YUV 77.68 119.72 156.76 -
System Red Green Blue C M Y K H S L
Decimal 118 60 63 0 0.49 0.47 0.54 356.9 0.33 0.35
Hex 76 3C 3F 0 31 2F 36 165 21 23
Octal 166 74 77 0 61 57 66 545 41 43
Binary 1110110 111100 111111 0 110001 101111 110110 101100101 100001 100011

Color Harmonies of #763C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C3F

Black with #763C3F

Text Example


Text Example

White with #763C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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