Html Css Color HEX #764345 Tosca

📋 copy color: '#764345'

red 118 ◦ green 67 ◦ blue 69

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

Shades of Tosca #764345

Tints of Tosca #764345

RGB

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

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

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

R = 46.46%
G = 26.38%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#764345 (or 0x764345) is known color: Tosca. HEX triplet: 76, 43 and 45. RGB value is (118,67,69). Sum of RGB (Red+Green+Blue) = 118+67+69=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #764345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764345 is #89BCBA. Grayscale: #525252. Windows color (decimal): -9026747 or 4539254. OLE color: 4539254.

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

Color convert

RGB 118 67 69 -
CMYK 0 0.43 0.42 0.54
HSL 357.65º 0.28% 0.36% -
HSV(B) 357.65º 0.43% 0.46% -
XYZ 10.55 8.3 6.68 -
YUV 82.48 120.4 153.34 -
System Red Green Blue C M Y K H S L
Decimal 118 67 69 0 0.43 0.42 0.54 357.65 0.28 0.36
Hex 76 43 45 0 2B 2A 36 166 1C 24
Octal 166 103 105 0 53 52 66 546 34 44
Binary 1110110 1000011 1000101 0 101011 101010 110110 101100110 11100 100100

Color Harmonies of #764345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764345

Black with #764345

Text Example


Text Example

White with #764345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764345; }

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

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

background-color css

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

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

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

border-color css

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

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

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