Html Css Color HEX #763E3F Tosca

📋 copy color: '#763E3F'

red 118 ◦ green 62 ◦ blue 63

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

Shades of Tosca #763E3F

Tints of Tosca #763E3F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.51%

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

R = 48.56%
G = 25.51%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#763E3F (or 0x763E3F) is known color: Tosca. HEX triplet: 76, 3E and 3F. RGB value is (118,62,63). Sum of RGB (Red+Green+Blue) = 118+62+63=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #763E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E3F is #89C1C0. Grayscale: #4E4E4E. Windows color (decimal): -9028033 or 4144758. OLE color: 4144758.

HSL color Cylindrical-coordinate representation of color #763E3F: hue angle of 358.93º degrees, saturation: 0.31, 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 #763E3F is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 62 63 -
CMYK 0 0.47 0.47 0.54
HSL 358.93º 0.31% 0.35% -
HSV(B) 358.93º 0.47% 0.46% -
XYZ 10.09 7.66 5.65 -
YUV 78.86 119.05 155.92 -
System Red Green Blue C M Y K H S L
Decimal 118 62 63 0 0.47 0.47 0.54 358.93 0.31 0.35
Hex 76 3E 3F 0 2F 2F 36 167 1F 23
Octal 166 76 77 0 57 57 66 547 37 43
Binary 1110110 111110 111111 0 101111 101111 110110 101100111 11111 100011

Color Harmonies of #763E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763E3F

Black with #763E3F

Text Example


Text Example

White with #763E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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