Html Css Color HEX #764549 Tosca

📋 copy color: '#764549'

red 118 ◦ green 69 ◦ blue 73

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

Shades of Tosca #764549

Tints of Tosca #764549

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.54%

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

R = 45.38%
G = 26.54%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#764549 (or 0x764549) is known color: Tosca. HEX triplet: 76, 45 and 49. RGB value is (118,69,73). Sum of RGB (Red+Green+Blue) = 118+69+73=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #764549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764549 is #89BAB6. Grayscale: #545454. Windows color (decimal): -9026231 or 4801910. OLE color: 4801910.

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

Color convert

RGB 118 69 73 -
CMYK 0 0.42 0.38 0.54
HSL 355.1º 0.26% 0.37% -
HSV(B) 355.1º 0.42% 0.46% -
XYZ 10.8 8.59 7.39 -
YUV 84.11 121.73 152.17 -
System Red Green Blue C M Y K H S L
Decimal 118 69 73 0 0.42 0.38 0.54 355.1 0.26 0.37
Hex 76 45 49 0 2A 26 36 163 1A 25
Octal 166 105 111 0 52 46 66 543 32 45
Binary 1110110 1000101 1001001 0 101010 100110 110110 101100011 11010 100101

Color Harmonies of #764549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764549

Black with #764549

Text Example


Text Example

White with #764549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764549; }

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

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

background-color css

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

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

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

border-color css

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

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

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