Html Css Color HEX #763A42 Tosca

📋 copy color: '#763A42'

red 118 ◦ green 58 ◦ blue 66

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

Shades of Tosca #763A42

Tints of Tosca #763A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.27%

R = 48.76%
G = 23.97%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#763A42 (or 0x763A42) is known color: Tosca. HEX triplet: 76, 3A and 42. RGB value is (118,58,66). Sum of RGB (Red+Green+Blue) = 118+58+66=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #763A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A42 is #89C5BD. Grayscale: #4C4C4C. Windows color (decimal): -9029054 or 4340342. OLE color: 4340342.

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

Color convert

RGB 118 58 66 -
CMYK 0 0.51 0.44 0.54
HSL 352º 0.34% 0.35% -
HSV(B) 352º 0.51% 0.46% -
XYZ 9.97 7.27 6.03 -
YUV 76.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 118 58 66 0 0.51 0.44 0.54 352 0.34 0.35
Hex 76 3A 42 0 33 2C 36 160 22 23
Octal 166 72 102 0 63 54 66 540 42 43
Binary 1110110 111010 1000010 0 110011 101100 110110 101100000 100010 100011

Color Harmonies of #763A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763A42

Black with #763A42

Text Example


Text Example

White with #763A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,58,66); }

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

background-color css

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

 a { background-color: rgb(118,58,66); }

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

border-color css

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

 span { border-color: rgb(118,58,66); }

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