Html Css Color HEX #763F46 Tosca

📋 copy color: '#763F46'

red 118 ◦ green 63 ◦ blue 70

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

Shades of Tosca #763F46

Tints of Tosca #763F46

RGB

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

 GREEN value IS 63 (25% from 255) = 25.1%

 BLUE value IS 70 (27.73% from 255) = 27.89%

R = 47.01%
G = 25.1%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#763F46 (or 0x763F46) is known color: Tosca. HEX triplet: 76, 3F and 46. RGB value is (118,63,70). Sum of RGB (Red+Green+Blue) = 118+63+70=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #763F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F46 is #89C0B9. Grayscale: #505050. Windows color (decimal): -9027770 or 4603766. OLE color: 4603766.

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

Color convert

RGB 118 63 70 -
CMYK 0 0.47 0.41 0.54
HSL 352.36º 0.3% 0.35% -
HSV(B) 352.36º 0.47% 0.46% -
XYZ 10.35 7.85 6.76 -
YUV 80.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 118 63 70 0 0.47 0.41 0.54 352.36 0.3 0.35
Hex 76 3F 46 0 2F 29 36 160 1E 23
Octal 166 77 106 0 57 51 66 540 36 43
Binary 1110110 111111 1000110 0 101111 101001 110110 101100000 11110 100011

Color Harmonies of #763F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F46

Black with #763F46

Text Example


Text Example

White with #763F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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