Html Css Color HEX #763F45 Tosca

📋 copy color: '#763F45'

red 118 ◦ green 63 ◦ blue 69

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

Shades of Tosca #763F45

Tints of Tosca #763F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.6%

R = 47.2%
G = 25.2%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#763F45 (or 0x763F45) is known color: Tosca. HEX triplet: 76, 3F and 45. RGB value is (118,63,69). Sum of RGB (Red+Green+Blue) = 118+63+69=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #763F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F45 is #89C0BA. Grayscale: #505050. Windows color (decimal): -9027771 or 4538230. OLE color: 4538230.

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

Color convert

RGB 118 63 69 -
CMYK 0 0.47 0.42 0.54
HSL 353.45º 0.3% 0.35% -
HSV(B) 353.45º 0.47% 0.46% -
XYZ 10.32 7.84 6.6 -
YUV 80.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 118 63 69 0 0.47 0.42 0.54 353.45 0.3 0.35
Hex 76 3F 45 0 2F 2A 36 161 1E 23
Octal 166 77 105 0 57 52 66 541 36 43
Binary 1110110 111111 1000101 0 101111 101010 110110 101100001 11110 100011

Color Harmonies of #763F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F45

Black with #763F45

Text Example


Text Example

White with #763F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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