Html Css Color HEX #764245 Tosca

📋 copy color: '#764245'

red 118 ◦ green 66 ◦ blue 69

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

Shades of Tosca #764245

Tints of Tosca #764245

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.09%

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

R = 46.64%
G = 26.09%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#764245 (or 0x764245) is known color: Tosca. HEX triplet: 76, 42 and 45. RGB value is (118,66,69). Sum of RGB (Red+Green+Blue) = 118+66+69=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #764245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764245 is #89BDBA. Grayscale: #515151. Windows color (decimal): -9027003 or 4538998. OLE color: 4538998.

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

Color convert

RGB 118 66 69 -
CMYK 0 0.44 0.42 0.54
HSL 356.54º 0.28% 0.36% -
HSV(B) 356.54º 0.44% 0.46% -
XYZ 10.49 8.18 6.66 -
YUV 81.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 118 66 69 0 0.44 0.42 0.54 356.54 0.28 0.36
Hex 76 42 45 0 2C 2A 36 165 1C 24
Octal 166 102 105 0 54 52 66 545 34 44
Binary 1110110 1000010 1000101 0 101100 101010 110110 101100101 11100 100100

Color Harmonies of #764245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764245

Black with #764245

Text Example


Text Example

White with #764245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764245; }

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

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

background-color css

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

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

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

border-color css

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

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

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