Html Css Color HEX #764349 Tosca

📋 copy color: '#764349'

red 118 ◦ green 67 ◦ blue 73

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

Shades of Tosca #764349

Tints of Tosca #764349

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.97%

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

R = 45.74%
G = 25.97%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#764349 (or 0x764349) is known color: Tosca. HEX triplet: 76, 43 and 49. RGB value is (118,67,73). Sum of RGB (Red+Green+Blue) = 118+67+73=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #764349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764349 is #89BCB6. Grayscale: #525252. Windows color (decimal): -9026743 or 4801398. OLE color: 4801398.

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

Color convert

RGB 118 67 73 -
CMYK 0 0.43 0.38 0.54
HSL 352.94º 0.28% 0.36% -
HSV(B) 352.94º 0.43% 0.46% -
XYZ 10.68 8.35 7.35 -
YUV 82.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 118 67 73 0 0.43 0.38 0.54 352.94 0.28 0.36
Hex 76 43 49 0 2B 26 36 161 1C 24
Octal 166 103 111 0 53 46 66 541 34 44
Binary 1110110 1000011 1001001 0 101011 100110 110110 101100001 11100 100100

Color Harmonies of #764349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764349

Black with #764349

Text Example


Text Example

White with #764349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764349; }

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

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

background-color css

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

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

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

border-color css

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

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

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