Html Css Color HEX #764649 Tosca

📋 copy color: '#764649'

red 118 ◦ green 70 ◦ blue 73

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

Shades of Tosca #764649

Tints of Tosca #764649

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.82%

 BLUE value IS 73 (28.91% from 255) = 27.97%

R = 45.21%
G = 26.82%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#764649 (or 0x764649) is known color: Tosca. HEX triplet: 76, 46 and 49. RGB value is (118,70,73). Sum of RGB (Red+Green+Blue) = 118+70+73=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #764649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764649 is #89B9B6. Grayscale: #545454. Windows color (decimal): -9025975 or 4802166. OLE color: 4802166.

HSL color Cylindrical-coordinate representation of color #764649: hue angle of 356.25º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #764649 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 70 73 -
CMYK 0 0.41 0.38 0.54
HSL 356.25º 0.26% 0.37% -
HSV(B) 356.25º 0.41% 0.46% -
XYZ 10.86 8.71 7.41 -
YUV 84.69 121.4 151.76 -
System Red Green Blue C M Y K H S L
Decimal 118 70 73 0 0.41 0.38 0.54 356.25 0.26 0.37
Hex 76 46 49 0 29 26 36 164 1A 25
Octal 166 106 111 0 51 46 66 544 32 45
Binary 1110110 1000110 1001001 0 101001 100110 110110 101100100 11010 100101

Color Harmonies of #764649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764649

Black with #764649

Text Example


Text Example

White with #764649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764649; }

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

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

background-color css

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

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

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

border-color css

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

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

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